/*--公共部分--*/
/*@font-face {*/
/*  font-family: "Montserrat-Bold";*/
/*  src: url("../css/Montserrat-Bold.woff") format("woff"), url("../css/Montserrat-Bold.ttf") format("truetype");*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*}*/

/*@font-face {*/
/*  !* font-test*!*/
/*  font-family: 'SourceHanSansCN-Medium';*/
/*  src: url('../fonts/SourceHanSansCN-Medium.otf');*/
/*}*/

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  touch-callout: none;
  cursor: pointer;
}

body, form, img, ul, ol, li, dl, dt, dd, p, tr, td, strong, span, pre {
  margin: 0;
  padding: 0;
  border: 0;
  background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

body, button, input, select, textarea {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  font-family: 'Hiragino Sans GB', 'Microsoft YaHei', Arial, sans-serif;
}

ul, li {
  list-style: none;
}

img {
  border: 0px;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

article, aside, footer, header, nav, section {
  display: block;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
  color: #333;
  outline: none;
  cursor: pointer;
}

a:hover {
  background-repeat: no-repeat;
  text-decoration: none;
}

a, input[type="button"], button, label, input[type="submit"] {
  cursor: pointer;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input, textarea, select {
  outline: none;
}

input[type="text"], input[type="password"], input[type="button"], input[type="submit"], select, textarea {
  outline-style: none;
  -webkit-appearance: none;
  resize: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear; /*之前是ease-out*/
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  *zoom: 1;
}

.clear {
  clear: both;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

.commonweb {
  padding: 0px 15px;
}

.commonwebbox {
  margin-left: 0px;
  margin-right: 0px;
}

.commonleft {
  float: none;
}

.commonright {
  float: none;
}

.visible-sm, .visible-md, .visible-lg {
  display: none;
}

.hidden-sm, .hidden-md, .hidden-lg {
  display: block;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media (max-width: 320px) {
  body {
    min-width: 320px;
  }
}

@media (min-width: 768px) {
  .commonweb {
    padding: 0px 20px;
  }

  .commonwebbox {
    margin-left: -10px;
    margin-right: -10px;
  }

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .visible-sm {
    display: block;
  }

  .hidden-sm {
    display: none;
  }
}

@media (min-width: 1024px) {
  .commonweb {
    padding: 0px 40px;
  }

  .commonwebbox {
    margin-left: -10px;
    margin-right: -10px;
  }

  .commonleft {
    float: left;
  }

  .commonright {
    float: right;
  }

  .visible-md {
    display: block;
  }

  .hidden-md {
    display: none;
  }

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 1200px) {
  html {
    cursor: default;
  }

  .commonleft {
    float: left;
  }

  .commonright {
    float: right;
  }

  .visible-lg {
    display: block;
  }

  .hidden-lg {
    display: none;
  }

  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }
}

@media (min-width: 1260px) {
  .commonweb {
    margin: 0px auto;
    max-width: 1320px;
    padding: 0 60px;
  }
}

.bd_weixin_popup {
  height: 310px !important;
}

/* layout start*/


/*动画*/
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
    -o-transform: translateY(30%);
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeUp {
  -webkit-animation-name: fadeUp;
  -o-animation-name: fadeUp;
  animation-name: fadeUp;
}

@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeDown {
  -webkit-animation-name: fadeDown;
  -o-animation-name: fadeDown;
  animation-name: fadeDown;
}

@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes fadeLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeLeft {
  -webkit-animation-name: fadeLeft;
  -o-animation-name: fadeLeft;
  animation-name: fadeLeft;
}

@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes fadeRight {
  0% {
    opacity: 0;
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeRight {
  -webkit-animation-name: fadeRight;
  -o-animation-name: fadeRight;
  animation-name: fadeRight;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadewidth {
  -webkit-animation-name: fadewidth;
  -o-animation-name: fadewidth;
  animation-name: fadewidth;
}

@-webkit-keyframes fadewidth {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}

@-o-keyframes fadewidth {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}

@keyframes fadewidth {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}

.imgshow {
  -webkit-animation-name: imgshow;
  -o-animation-name: imgshow;
  animation-name: imgshow;
}

@-webkit-keyframes lineleft {
  0% {
    width: 0;
  }
  100% {
    width: 140px;
  }
}

@-o-keyframes lineleft {
  0% {
    width: 0;
  }
  100% {
    width: 140px;
  }
}

@keyframes lineleft {
  0% {
    width: 0;
  }
  100% {
    width: 140px;
  }
}

.lineleft {
  -webkit-animation-name: lineleft;
  -o-animation-name: lineleft;
  animation-name: lineleft;
}

@-webkit-keyframes lineright {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 140px;
    opacity: 0;
  }
}

@-o-keyframes lineright {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 140px;
    opacity: 0;
  }
}

@keyframes lineright {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 140px;
    opacity: 0;
  }
}

.lineright {
  -webkit-animation-name: lineright;
  -o-animation-name: lineright;
  animation-name: lineright;
}

@-webkit-keyframes fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes fadeInScale {
  0% {
    opacity: 0;
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.mm-pagination {
  width: 100%;
  text-align: center;
  line-height: normal;
  font-size: 0;
  text-align: center;
  z-index: 22;
  bottom: 5%;
}

.mm-pagination span {
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 8px;
  background-color: #999;
  margin: 0 3px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.mm-pagination span.swiper-pagination-bullet-active {
  background-color: #009cb6;
}

@media (min-width: 1024px) {
  .mm-pagination {
    display: none;
  }
}

.swiper-small-prev, .swiper-small-next {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  z-index: 199;
  text-align: center;
  line-height: 40px;
  top: 50%;
  margin-top: -25px;
}

.swiper-small-prev:after, .swiper-small-next:after {
  content: '';
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-right: none;
  border-bottom: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: middle;
}

.swiper-small-prev.swiper-button-disabled, .swiper-small-next.swiper-button-disabled {
  cursor: default;
}

.swiper-small-prev:after {
  border-color: #7f7f7f;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swiper-small-next:after {
  border-color: #7f7f7f;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (min-width: 1024px) {
  .swiper-small-prev:hover:after, .swiper-small-next:hover:after {
    border-color: #009cb6;
  }
}

.swiper-ssmall-prev, .swiper-ssmall-next {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  border: 1px solid #7f7f7f;
  z-index: 199;
  text-align: center;
  line-height: 28px;
  top: 50%;
  margin-top: -15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.swiper-ssmall-prev:after, .swiper-ssmall-next:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-right: none;
  border-bottom: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}

.swiper-ssmall-prev.swiper-button-disabled, .swiper-ssmall-next.swiper-button-disabled {
  cursor: default;
}

.swiper-ssmall-prev:after {
  border-color: #7f7f7f;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 4px;
}

.swiper-ssmall-next:after {
  border-color: #7f7f7f;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-right: 4px;
}

@media (min-width: 1024px) {
  .swiper-ssmall-prev:hover, .swiper-ssmall-next:hover {
    border-color: #009cb6;
  }

  .swiper-ssmall-prev:hover:after, .swiper-ssmall-next:hover:after {
    border-color: #009cb6;
  }
}

.swiper-circle-prev, .swiper-circle-next {
  display: none;
  position: absolute;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  z-index: 199;
  text-align: center;
  line-height: 38px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #7f7f7f;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.swiper-circle-prev:after, .swiper-circle-next:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 3px solid #7f7f7f;
  border-right: none;
  border-bottom: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}

.swiper-circle-prev.swiper-button-disabled, .swiper-circle-next.swiper-button-disabled {
  cursor: default;
}

.swiper-circle-prev:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 4px;
}

.swiper-circle-next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-right: 4px;
}

@media (min-width: 1024px) {
  .swiper-circle-prev:hover, .swiper-circle-next:hover {
    border-color: #009cb6;
  }

  .swiper-circle-prev:hover:after, .swiper-circle-next:hover:after {
    border-color: #009cb6;
  }

  .swiper-circle-prev:after {
    margin-left: 5px;
  }

  .swiper-circle-next:after {
    margin-right: 5px;
  }
}

@media (min-width: 1680px) {
  .swiper-circle-prev, .swiper-circle-next {
    width: 54px;
    height: 54px;
    margin-top: -27px;
    line-height: 52px;
  }
}

.swiper-pic-prev, .swiper-pic-next {
  display: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  z-index: 33;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.swiper-pic-prev.swiper-button-disabled, .swiper-pic-next.swiper-button-disabled {
  cursor: default;
}

.swiper-pic-prev {
  background-image: url(../images/swiper-pic-prev.png);
}

.swiper-pic-next {
  background-image: url(../images/swiper-pic-next.png);
}

@media (min-width: 1024px) {
  .swiper-pic-prev:hover {
    background-image: url(../images/swiper-pic-prevs.png);
  }

  .swiper-pic-next:hover {
    background-image: url(../images/swiper-pic-nexts.png);
  }
}

@media (min-width: 1440px) {
  .swiper-pic-prev {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }

  .swiper-pic-next {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
}


/* 视频播放*/
.recruitmentfloat {
  display: none;
  z-index: 2000;
  width: 100%;
  position: fixed;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  left: 0px;
  top: 0px;
}

.tianjiatvwrap {
  width: 95%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 2.5%;
  margin-top: -125px;
}

.tianjiatvwrap .videobox {
  height: 250px;
  position: relative;
  z-index: 1;
}

.recclosebtn {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 15px;
  top: -5px;
  cursor: pointer;
  z-index: 100;
  margin: -20px -20px 0 0;
  z-index: 9;
}

.recclosebtn:before {
  content: '';
  position: absolute;
  top: 10px;
  width: 20px;
  height: 2px;
  background-color: #FFF;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.recclosebtn:after {
  content: '';
  position: absolute;
  top: 10px;
  width: 20px;
  height: 2px;
  background-color: #FFF;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  /* 视频播放*/
  .tianjiatvwrap {
    width: 660px;
    left: 50%;
    margin-left: -330px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .tianjiatvwrap .videobox {
    height: 400px;
  }
}

@media (min-width: 1024px) {
  /* 视频播放*/
  .tianjiatvwrap {
    width: 700px;
    margin-left: -350px;
  }

  .tianjiatvwrap .videobox {
    height: 400px;
  }
}

@media (min-width: 1440px) {
  /* 视频播放*/
  .tianjiatvwrap {
    width: 1000px;
    margin-left: -500px;
  }

  .tianjiatvwrap .videobox {
    height: 600px;
  }
}

/* banner s*/
.indexbanner {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.indexbanner ul {
  width: 100%;
}

.indexbanner ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 44;
}

.indexbanner ul li.cur .banner-offset {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.picbox, .viobox {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.banner-img, .mbanner-img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner-img img, .mbanner-img img {
  display: block;
  width: 100%;
}

.watch-video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
}

.bannerwatch-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 13;
  display: none;
}

.watct-link {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.watct-link a {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
  background: url(../images/playbtn.png) center center no-repeat;
  background-size: auto 40px;
}

.bannervideo {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #000;
}

.bannervideo video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bannervideo video + div {
  display: none !important;
}

.bannervideo video + div + div {
  display: none !important;
}

.bannervideo video + div + div + div {
  display: none !important;
}

.bannervideo video + div + div + div + div {
  display: none !important;
}

.nnvcommonweb {
  padding-left: 15px;
  padding-right: 15px;
}

.banner-offset {
  position: absolute;
  z-index: 22;
  top: 14.89362%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: opacity .9s linear 0.3s, -webkit-transform .9s linear 0.3s;
  transition: opacity .9s linear 0.3s, -webkit-transform .9s linear 0.3s;
  -o-transition: opacity .9s linear 0.3s, -o-transform .9s linear 0.3s;
  transition: transform .9s linear 0.3s, opacity .9s linear 0.3s;
  transition: transform .9s linear 0.3s, opacity .9s linear 0.3s, -webkit-transform .9s linear 0.3s, -o-transform .9s linear 0.3s;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

.banner-font {
  color: #fff;
  line-height: 1.5;
}

.banner-font .entitle {
  font-weight: bold;
  line-height: 1.2;
  font-size: 22px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.banner-font .entitle::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
  width: 40px;
  height: 3px;
  background-color: #009cb6;
}

.banner-font .cntitle {
  font-size: 16px;
}

.banner-font .text {
  font-size: 14px;
}

.idxarrow-offset {
  position: absolute;
  right: 0;
  z-index: 23;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.swiper-idxarrow-prev, .swiper-idxarrow-next {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.swiper-idxarrow-prev {
  background-image: url(../images/index-swiper-prev.png);
}

.swiper-idxarrow-next {
  background-image: url(../images/index-swiper-next.png);
}

.dots-paginationpos {
  position: absolute;
  bottom: 15px;
  width: 100%;
  left: 0;
}

.dots-pagination {
  text-align: center;
  z-index: 66;
  line-height: normal;
  font-size: 0;
}

.dots-pagination span {
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #fff;
  background-color: #fff;
}

.dots-pagination span.swiper-pagination-bullet-active {
  background-color: #009cb6;
  border-color: #009cb6;
}

@media (min-width: 768px) {
  .nnvcommonweb {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  .watch-video {
    display: none;
  }

  .bannerwatch-video {
    display: block;
  }

  .nnvcommonweb {
    padding-left: 40px;
    padding-right: 40px;
  }

  .banner-offset {
    text-align: left;
  }

  .banner-offset.rtl {
    text-align: right;
  }

  .banner-offset.rtl .banner-font {
    padding-left: 40%;
    padding-right: 0;
  }

  .banner-offset.rtl .banner-font .entitle::before {
    right: -35px;
    left: auto;
  }

  .banner-font {
    padding-right: 40%;
  }

  .banner-font .entitle {
    font-size: 30px;
    padding-bottom: 0px;
    letter-spacing: -2px;
  }

  .banner-font .entitle::before {
    left: -35px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 30px;
    top: 16px;
  }

  .banner-font .cntitle {
    font-size: 24px;
  }

  .banner-font .text {
    font-size: 16px;
  }

  .idxarrow-offset {
    display: block;
  }

  .swiper-idxarrow-prev:hover {
    background-image: url(../images/index-swiper-prevs.png);
  }

  .swiper-idxarrow-next:hover {
    background-image: url(../images/index-swiper-nexts.png);
  }

  .dots-paginationpos {
    bottom: 12.76596%;
  }

  .dots-pagination {
    text-align: left;
  }

  .dots-pagination span {
    margin: 0 22px;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    background-color: transparent;
    position: relative;
    cursor: pointer;
  }

  .dots-pagination span:last-child {
    margin-right: 0;
  }

  .dots-pagination span:first-child::before {
    display: none;
  }

  .dots-pagination span::before {
    content: '';
    width: 28px;
    height: 4px;
    display: block;
    position: absolute;
    background: url(../images/banner-dot.png) no-repeat center center;
    right: 22px;
    top: 50%;
    margin-top: -2px;
    z-index: 1;
    pointer-events: none;
    cursor: default;
  }

  .dots-pagination span:after {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 2;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
  }

  .dots-pagination span.swiper-pagination-bullet-active {
    background-color: #fff;
    border-color: transparent;
    margin-right: 40px;
    margin-left: 40px;
  }

  .dots-pagination span.swiper-pagination-bullet-active::before {
    right: 40px;
  }

  .dots-pagination span.swiper-pagination-bullet-active:after {
    opacity: 1;
  }
}

@media (min-width: 1260px) {
  .nnvcommonweb {
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
  }

  .banner-offset.rtl .banner-font .entitle::before {
    right: -45px;
  }

  .banner-font .entitle {
    font-size: 40px;
  }

  .banner-font .entitle::before {
    left: -45px;
    width: 40px;
    top: 20px;
    height: 6px;
  }

  .banner-font .cntitle {
    font-size: 30px;
  }

  .banner-font .text {
    font-size: 18px;
  }

  .swiper-idxarrow-prev, .swiper-idxarrow-next {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 1680px) {
  .banner-offset.rtl .banner-font .entitle::before {
    right: -120px;
  }

  .banner-font .entitle {
    font-size: 50px;
    letter-spacing: -3px;
  }

  .banner-font .entitle::before {
    left: -120px;
    width: 80px;
    top: 24px;
  }

  .banner-font .cntitle {
    font-size: 40px;
  }

  .banner-font .text {
    font-size: 20px;
  }
}

/* banner e*/


/* header s */
body {
  width: 100%;
  padding-top: 60px;
  overflow-x: hidden;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: 299;
  -webkit-transition: background-color 0.3s, top 0.3s;
  -o-transition: background-color 0.3s, top 0.3s;
  transition: background-color 0.3s, top 0.3s;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

header.open .index-login {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
}

.headerweb {
  width: 100%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.header-left {
  float: left;
}

.header-right {
  float: right;
  line-height: 60px;
  font-size: 0;
}

.logo {
  padding: 8px 0;
}

.logo a {
  display: block;
  width: 100%;
}

.logo a img {
  display: block;
  height: 44px;
}

.logo a .light {
  display: none;
}

.search-icon {
  display: block;
  width: 44px;
  height: 44px;
  background-image: url(../images/index-search.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}

.index-search {
  display: inline-block;
  vertical-align: middle;
  padding-top: 8px;
  padding-bottom: 8px;
}

.index-search .search-txt {
  line-height: 20px;
  color: #999999;
  font-size: 14px;
  display: none;
}

.index-search .search-box {
  position: absolute;
  overflow: hidden;
  top: 60px;
  width: 100%;
  left: 0;
  background-color: #fff;
  padding: 20px 15px;
  display: none;
  border-bottom: 1px solid #ddd;
}

.index-search .search-box input {
  display: block;
  height: 40px;
  font-size: 14px;
}

.index-search .search-box .search-txt {
  width: 80%;
  text-indent: 10px;
  display: inline-block;
  vertical-align: top;
  float: left;
  border: 1px solid #cdcdcd;
  border-right-color: #009cb6;
}

.index-search .search-box .search-txt::-webkit-input-placeholder { /* WebKit browsers */
  color: #999;
}

.index-search .search-box .search-txt:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #999;
}

.index-search .search-box .search-txt::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
}

.index-search .search-box .search-txt:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #999;
}

.index-search .search-box .search-btn {
  width: 20%;
  z-index: 2;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font-family: "微软雅黑";
  background-color: #009cb6;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  float: left;
}

.lang-icon {
  display: block;
  line-height: 30px;
  height: 30px;
  width: 50px;
  padding-left: 20px;
  position: relative;
  color: #282828;
  font-size: 14px;
  text-align: center;
  background-image: url(../images/index-lang.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px 20px;
  margin: 0 auto;
}

.index-lang {
  display: inline-block;
  vertical-align: middle;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  margin-left: 10px;
}

.lang-dropmenu {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  width: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  display: none;
}

.lang-dropmenu ul li {
  width: 100%;
  line-height: 20px;
  padding: 4px 0;
  text-align: center;
}

.lang-dropmenu ul li a {
  display: block;
  width: 100%;
  color: #333;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*===========================*/
.mobnav-btn {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 44px;
  position: relative;
  margin-left: 10px;
}

.mobnav-btn span {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #009cb6;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.mobnav-btn span:first-child {
  top: 12px;
  left: 3px;
  right: 3px;
  width: auto;
}

.mobnav-btn span:nth-child(2) {
  top: 50%;
  margin-top: -1px;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.mobnav-btn span:last-child {
  bottom: 12px;
  left: 3px;
  right: 3px;
  width: auto;
}

.mobnav-btn.open span:first-child {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 100%;
  left: 0;
  right: 0;
}

.mobnav-btn.open span:nth-child(2) {
  opacity: 0;
}

.mobnav-btn.open span:last-child {
  bottom: 21px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 100%;
  left: 0;
  right: 0;
}

/*===========================*/
nav {
  position: fixed;
  top: 60px;
  background-color: #fff;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 20px;
  padding-bottom: 80px;
  z-index: 188;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
}

nav .lvnav {
  width: 100%;
}

nav .lvnav .lv1 {
  width: 100%;
  padding: 0 15px;
  line-height: 40px;
  border-bottom: 1px solid #ddd;
}

nav .lvnav .lv1 h4 {
  width: 100%;
  padding: 10px 0;
  position: relative;
}

nav .lvnav .lv1 h4 a {
  display: block;
  color: #333333;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}

nav .lvnav .lv1 h4 .icon {
  position: absolute;
  width: 30%;
  right: 0;
  top: 0;
  height: 100%;
}

nav .lvnav .lv1 h4 .icon:after {
  content: '';
  position: absolute;
  border: 2px solid #666;
  border-left: none;
  border-bottom: none;
  width: 10px;
  height: 10px;
  right: 5px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 50%;
  margin-top: -9px;
}

nav .lvnav .lv1.cur2 h4 .icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
}

.hsubnav {
  width: 100%;
  padding: 0 15px 15px 20px;
  display: none;
}

.lv2nav {
  line-height: 30px;
}

.lv2nav .lv2 {
  width: 100%;
  position: relative;
}

.lv2nav .lv2 a {
  display: block;
  width: 100%;
  color: #333;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  body {
    padding-top: 0px;
  }

  header {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  header.scroll, header.hover {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  }

  header.scroll .logo a .light, header.hover .logo a .light {
    display: none;
  }

  header.scroll .logo a .dark, header.hover .logo a .dark {
    display: block;
  }

  header.scroll nav .lvnav .lv1 h4 a, header.hover nav .lvnav .lv1 h4 a {
    color: #333;
  }

  header.scroll .search-icon, header.hover .search-icon {
    background-image: url(../images/index-search.png);
  }

  .inside-header {
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  }

  .inside-header .logo a .light {
    display: none;
  }

  .inside-header .logo a .dark {
    display: block;
  }

  .inside-header nav .lvnav .lv1 h4 a {
    color: #333;
  }

  .inside-header .search-icon {
    background-image: url(../images/index-search.png);
  }

  .headerweb {
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .header-left {
    float: none;
    width: 100%;
    padding-right: 110px;
    font-size: 0;
    text-align: left;
  }

  .header-right {
    line-height: 80px;
    position: absolute;
    top: 0;
    right: 40px;
  }

  .logo {
    padding: 12px 0;
    float: left;
  }

  .logo a img {
    height: 56px;
  }

  .logo a .dark {
    display: none;
  }

  .logo a .light {
    display: block;
  }

  .search-icon {
    background-image: url(../images/index-searchs.png);
  }

  .index-search {
    position: relative;
    padding-top: 18px;
    padding-bottom: 18px;
    margin: 0;
    cursor: pointer;
  }

  .index-search .search-txt {
    display: block;
  }

  .index-search .search-box {
    top: 80px;
    width: 300px;
    left: auto;
    right: 0;
    background-color: #fff;
    padding: 10px 10px;
    border-bottom: none;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  }

  .index-search .search-box .search-btn:hover {
    background-color: #048fb6;
  }

  .index-lang {
    padding-top: 25px;
    padding-bottom: 25px;
    cursor: pointer;
    margin-left: 20px;
    display: none;
  }

  /*===========================*/
  .mobnav-btn {
    margin-left: 30px;
  }

  /*===========================*/
  nav {
    position: static;
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    overflow: inherit;
    display: inline-block;
    vertical-align: top;
    float: right;
  }

  nav .lvnav {
    font-size: 0;
  }

  nav .lvnav .lv1 {
    width: auto;
    padding: 0 12px;
    border-bottom: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }

  nav .lvnav .lv1 h4 {
    padding: 0;
    text-align: center;
    line-height: 80px;
  }

  nav .lvnav .lv1 h4 a {
    font-size: 14px;
    position: relative;
    color: #fff;
  }

  nav .lvnav .lv1 h4 a:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 4px;
    background-color: #009cb6;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    left: 51%;
    right: 51%;
  }

  nav .lvnav .lv1 h4 .num {
    display: none;
  }

  nav .lvnav .lv1 h4 .nvm {
    display: block;
  }

  nav .lvnav .lv1 h4 .icon {
    display: none !important;
  }

  nav .lvnav .lv1.cur h4 a, nav .lvnav .lv1:hover h4 a {
    color: #009cb6 !important;
  }

  nav .lvnav .lv1.cur h4 a:after, nav .lvnav .lv1:hover h4 a:after {
    left: 0;
    right: 0;
  }

  .hsubnav {
    position: absolute;
    width: 130px;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    padding: 10px 0 15px;
  }

  .lv2nav {
    display: block;
    padding-right: 0px;
    line-height: 38px;
  }

  .lv2nav .lv2 {
    text-align: center;
  }

  .lv2nav .lv2 a {
    position: relative;
  }

  .lv2nav .lv2 a:hover {
    color: #009cb6;
  }
}

@media (min-width: 1260px) {
  .headerweb {
    padding-left: 60px;
    padding-right: 60px;
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
  }

  .header-left {
    padding-right: 150px;
  }

  .header-right {
    right: 60px;
    line-height: 100px;
  }

  .logo {
    padding: 15px 0;
  }

  .logo a img {
    height: 70px;
  }

  .index-search {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .index-search .search-box {
    top: 100px;
  }

  .index-lang {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-left: 32px;
  }

  nav .lvnav .lv1 {
    padding: 0 16px;
  }

  nav .lvnav .lv1 h4 {
    line-height: 100px;
  }

  nav .lvnav .lv1 h4 a {
    font-size: 16px;
  }

  .hsubnav {
    width: 150px;
  }

  .lv2nav .lv2 a {
    font-size: 15px;
  }
}

@media (min-width: 1400px) {
  .logo {
    padding: 15px 0;
  }

  .logo a img {
    height: 70px;
  }

  nav .lvnav .lv1 {
    padding: 0 20px;
  }
}

.share-module {
  width: 100%;
}

.share-module .title {
  display: inline-block;
  vertical-align: middle;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.share-module .bdsharebuttonbox {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}

.share-module .bdsharebuttonbox a {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 40px;
  height: 40px;
  background-position: center center;
  float: none;
  background-size: contain;
  margin-left: 8px;
  position: relative;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

.share-module .bdsharebuttonbox a::before {
  display: none;
}

.share-module .bdsharebuttonbox a:hover {
  background-size: 100% 100%;
  background-position: center center;
  opacity: 1;
}

.share-module .bdsharebuttonbox a:hover .img {
  opacity: 1;
  visibility: visible;
}

.share-module .bdsharebuttonbox a .img {
  position: absolute;
  width: 150px;
  height: 150px;
  padding: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  bottom: 60px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
}

.share-module .bdsharebuttonbox a .img img {
  display: block;
  width: 100%;
}

.share-module .bdsharebuttonbox a .img:after {
  content: '';
  border: 8px solid transparent;
  border-top-color: #fff;
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
}

.share-module .bdsharebuttonbox .bds_tsina {
  background-image: url(../images/ficon01.png);
}

.share-module .bdsharebuttonbox .bds_weixin {
  background-image: url(../images/ficon02.png);
}

footer {
  width: 100%;
  position: relative;
  background-color: #151515;
  z-index: 33;
}

.ffcommonweb {
  padding-left: 15px;
  padding-right: 15px;
}

.footer-top {
  padding-top: 35px;
  padding-bottom: 25px;
}

.footer-bottom {
  width: 100%;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footernav {
  width: 100%;
}

.ftlvnav {
  width: 100%;
}

.ftlvnav .lv1 {
  width: 100%;
  line-height: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.ftlvnav .lv1 h4 {
  width: 100%;
  position: relative;
  padding: 10px 0;
}

.ftlvnav .lv1 h4 a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 16px;
}

.ftlvnav .lv1 h4 .icon {
  position: absolute;
  width: 30%;
  right: 0;
  top: 0;
  height: 100%;
}

.ftlvnav .lv1 h4 .icon:after {
  content: '';
  position: absolute;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  width: 10px;
  height: 10px;
  right: 10px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 50%;
  margin-top: -9px;
}

.ftlvnav .lv1.cur h4 .icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
}

.ftsub {
  width: 100%;
  padding: 0 10px 15px;
  display: none;
}

.ftsub .lv2 {
  line-height: 24px;
  padding-bottom: 2px;
}

.ftsub .lv2 a {
  display: block;
  width: 100%;
  font-size: 14px;
  color: #fff;
}

.copyright {
  color: #a1a1a1;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.copyright a {
  color: #a1a1a1;
}

.flogo {
  padding-bottom: 20px;
}

.flogo a {
  display: inline-block;
  vertical-align: top;
}

.flogo a img {
  display: block;
  height: 60px;
}

.footer-share {
  display: inline-block;
  vertical-align: top;
  width: auto;
}

.footop-right {
  text-align: center;
  padding-top: 30px;
}

.footer-link {
  text-align: center;
}

.footer-link ul li {
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  margin: 0 4px;
}

.footer-link ul li a {
  display: block;
  color: #a1a1a1;
  font-size: 14px;
}

.footer-link ul li a:hover {
  color: #009cb6;
}

@media (min-width: 1024px) {
  .ffcommonweb {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footerweb {
    position: relative;
  }

  .footer-top {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .footer-bottom {
    padding: 28px 0;
  }

  .footernav {
    display: block;
    width: auto;
    overflow: hidden;
    padding-left: 60px;
    padding-top: 15px;
  }

  .ftlvnav .lv1 {
    border-bottom: none;
    float: left;
    width: auto;
    position: relative;
    padding-right: 40px;
  }

  .ftlvnav .lv1 h4 {
    padding: 0;
  }

  .ftlvnav .lv1 h4 a {
    font-size: 16px;
  }

  .ftlvnav .lv1 h4 a:hover {
    color: #8c9aab;
  }

  .ftlvnav .lv1 h4 .icon {
    display: none !important;
  }

  .ftsub {
    padding: 0px;
  }

  .ftsub .lv2 {
    padding-bottom: 6px;
  }

  .ftsub .lv2 a {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    width: auto;
  }

  .ftsub .lv2 a:hover {
    color: #8c9aab;
  }

  .flogo {
    padding-bottom: 0px;
    float: left;
  }

  .footer-share .bdsharebuttonbox a {
    margin-left: 20px;
  }

  .footop-left {
    float: left;
  }

  .footop-right {
    text-align: right;
    padding-top: 10px;
    float: right;
  }

  .foobot-left {
    float: left;
  }

  .foobot-right {
    float: right;
  }

  .footer-link {
    text-align: right;
  }

  .footer-link ul li {
    margin-right: 0;
    margin-left: 40px;
  }
}

@media (min-width: 1260px) {
  .ffcommonweb {
    padding-left: 60px;
    padding-right: 60px;
    max-width: 1520px;
    margin: 0 auto;
  }
}

/*==========================================================*/
.aside {
  position: fixed;
  width: 40px;
  display: block;
  bottom: 100px;
  right: 15px;
  z-index: 122;
}

.aside .aitem {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #000;
  z-index: 199;
  overflow: hidden;
  position: relative;
}

.aside .goto:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-left: none;
  top: 50%;
  left: 50%;
  border-bottom: none;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  margin-top: 2px;
}

.aside .iphone {
  background: #000 url(../images/iphone.png) no-repeat scroll center center;
  top: 2px;
}

@media (min-width: 1024px) {
  .aside {
    right: 40px;
    bottom: 100px;
  }

  .aside .aitem {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .aside .goto {
    display: none;
  }

  .aside .goto:hover {
    background-color: #009cb6;
  }

  .aside .goto:hover:after {
    border-color: #fff;
  }

  .aside .iphone {
    display: none;
  }
}

@media (min-width: 1260px) {
  .aside {
    right: 55px;
    bottom: 130px;
    width: 50px;
  }

  .aside .aitem {
    width: 50px;
    height: 50px;
  }
}

/*==========================================================*/


/* 首页 s */
.index-product {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}

.idxproduct-contain {
  width: 100%;
  position: relative;
}

.index-title {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding-top: 5px;
}

.index-title .title {
  line-height: 1.25;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 22;
}

.index-title .sub {
  color: #e5eef0;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}

.index-word {
  color: #666666;
  font-size: 14px;
  text-align: center;
  line-height: 1.625;
}

.idxpro-word {
  margin-top: 10px;
  text-align: center;
}

.idxproduct-module {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.idxproduct-section {
  padding-top: 30px;
}

.idxproduct-aside {
  padding-top: 30px;
}

.idxproduct-panel {
  width: 100%;
  position: relative;
}

.idxproduct-control {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.idxproduct-control ul li {
  width: 100%;
  height: auto;
}

.idxproduct-control ul li.cur a {
  background-color: #009cb6;
}

.idxproduct-control ul li.cur .icons .normal {
  opacity: 0;
}

.idxproduct-control ul li.cur .icons .hover {
  opacity: 1;
}

.idxproduct-control ul li.cur .title {
  color: #fff;
}

.idxproduct-control ul li.cur .text {
  color: #fff;
}

.idxproduct-control ul li.cur .more {
  color: #fff;
}

.idxproduct-control ul li.cur .more:after {
  background-image: url(../images/more-icons.png);
}

.idxproduct-control ul li a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #edf2f3;
  padding: 10px 20px 15px;
}

.idxproduct-control ul li .icons {
  display: block;
  overflow: hidden;
  position: relative;
  width: 60px;
  margin-bottom: 10px;
}

.idxproduct-control ul li .icons:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.idxproduct-control ul li .icons img {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.idxproduct-control ul li .icons .normal {
  z-index: 1;
  opacity: 1;
}

.idxproduct-control ul li .icons .hover {
  z-index: 2;
  opacity: 0;
}

.idxproduct-control ul li .title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.idxproduct-control ul li .text {
  display: block;
  display: -webkit-box;
  height: 48px;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666666;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 15px;
}

.look-more {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #009cb6;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  padding-right: 35px;
  position: relative;
  cursor: pointer;
}

.look-more:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../images/more-icon.png);
  right: 0;
  top: 5px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.idxproduct-content {
  max-width: 460px;
  margin: 0 auto;
}

.idxproduct-item {
  position: relative;
  display: none;
}

.idxproduct-preview {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.idxproduct-preview ul li {
  width: 100%;
  height: auto;
}

.idxproduct-preview ul li a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.idxproduct-preview ul li .figure {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.idxproduct-preview ul li .figure:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 89.13043%;
}

.idxproduct-preview ul li .figure img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  width: auto;
  height: 100%;
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

.idxproduct-preview ul li .title {
  text-align: center;
  padding: 7px 10px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #009cb6;
  font-weight: bold;
  line-height: 1.5;
  font-size: 18px;
}

.idxproduct-more {
  text-align: center;
  padding-top: 30px;
}

.learn-more {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  background-color: #009cb6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  font-size: 16px;
  padding: 13px 30px;
  line-height: 1.5;
}

.learn-more:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../images/more-icons.png);
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s;
  -o-transition: background 0.3s, -o-transform 0.3s;
  transition: background 0.3s, transform 0.3s;
  transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
  margin-left: 20px;
}

.proControl-swiper-prev {
  left: 0;
}

.proControl-swiper-next {
  right: 0;
}

.proPreview-swiper-prev, .proPreview-swiper-next {
  top: 28.7234%;
  margin-top: 0;
}

.proPreview-swiper-prev {
  left: 0;
}

.proPreview-swiper-next {
  right: 0;
}

.proPreview-pagination {
  padding-top: 20px;
}

.index-advantage {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}

.idxadvant-word {
  margin-top: 10px;
  text-align: center;
}

.idxadvant-wrapper {
  padding-top: 30px;
}

.idxadvant-swcont {
  position: relative;
}

.idxadvant-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.idxadvant-swiper ul li {
  width: 100%;
  height: auto;
}

.idxadvant-swiper ul li a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #edf2f3;
  padding: 22px 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.idxadvant-swiper ul li .icon {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}

.idxadvant-swiper ul li .icon::after {
  content: '';
  padding-bottom: 60px;
  display: block;
}

.idxadvant-swiper ul li .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}

.idxadvant-swiper ul li .mask {
  line-height: 60px;
  margin-bottom: 15px;
  color: #009cb6;
  font-size: 44px;
  position: relative;
  white-space: nowrap;
}

.idxadvant-swiper ul li .mask .dot {
  display: inline-block;
  vertical-align: baseline;
  line-height: 1;
  right: 0;
  bottom: 0;
  font-size: 16px;
  font-weight: bold;
  margin-top: -5px;
  margin-left: -5px;
}

.idxadvant-swiper ul li .title {
  display: block;
  width: 100%;
  display: -webkit-box;
  height: 48px;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.idxadvant-swiper ul li .text {
  display: block;
  width: 100%;
  display: -webkit-box;
  height: 144px;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  color: #666666;
  font-size: 14px;
  margin-bottom: 10px;
}

.idxadvant-pagination {
  padding-top: 30px;
}

.index-news {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 80px;
}

.idxnews-word {
  margin-top: 10px;
}

.idxnews-wrapper {
  padding-top: 30px;
}

.idxnews-swcont {
  position: relative;
}

.idxnews-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.idxnews-swiper ul li {
  width: 100%;
  height: auto;
}

.idxnews-swiper ul li a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.idxnews-swiper ul li .figure {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.idxnews-swiper ul li .figure:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 109.09091%;
}

.idxnews-swiper ul li .figure img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

.idxnews-swiper ul li .content {
  padding-top: 15px;
  padding-bottom: 15px;
}

.idxnews-swiper ul li .time {
  color: #009cb6;
  font-weight: bold;
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 2px;
}

.idxnews-swiper ul li .title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333333;
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 10px;
}

.idxnews-swiper ul li .text {
  display: block;
  width: 100%;
  display: -webkit-box;
  height: 72px;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #666666;
  font-size: 14px;
  margin-bottom: 15px;
}

.idxnews-pagination {
  padding-top: 30px;
}

.index-introduce {
  width: 100%;
  position: relative;
  background-color: #009cb6;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 50px;
  padding-bottom: 40px;
}

.idxintro-title .title {
  color: #fff;
}

.idxintro-title .sub {
  color: #38aec2;
}

.idxintro-module {
  position: relative;
  overflow: hidden;
}

.idxintro-section {
  padding-top: 30px;
  padding-bottom: 50px;
}

.idxintro-word {
  color: #fff;
}

.idxintro-numscroll ul {
  font-size: 0;
}

.idxintro-numscroll ul li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  color: #fff;
  text-align: center;
  position: relative;
  padding-top: 42px;
  padding-bottom: 42px;
}

.idxintro-numscroll ul li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.idxintro-numscroll ul li:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.2);
}

.idxintro-numscroll ul li:nth-child(1) .conts:after {
  display: none;
}

.idxintro-numscroll ul li:nth-child(1), .idxintro-numscroll ul li:nth-child(2) {
  padding-top: 5px;
}

.idxintro-numscroll ul li:nth-child(1)::before, .idxintro-numscroll ul li:nth-child(2)::before {
  display: none;
}

.idxintro-numscroll ul li:nth-child(5), .idxintro-numscroll ul li:nth-child(6) {
  padding-bottom: 5px;
}

.idxintro-numscroll ul li:nth-child(even):after {
  display: none;
}

.idxintro-numscroll ul li:nth-child(odd) .conts:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  right: -4px;
  top: -4px;
}

.idxintro-numscroll ul li .conts {
  width: 100%;
  display: block;
}

.idxintro-numscroll ul li .title {
  line-height: 1;
  position: relative;
}

.idxintro-numscroll ul li .title span {
  display: inline-block;
  vertical-align: baseline;
}

.idxintro-numscroll ul li .title .num {
  font-size: 30px;
  letter-spacing: -1px;
}

.idxintro-numscroll ul li .title .type {
  font-size: 12px;
  font-weight: bold;
  margin-left: 5px;
}

.idxintro-numscroll ul li .info {
  display: block;
  line-height: 1.5;
  font-size: 14px;
  padding-top: 10px;
}

.idxintro-offset {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -40px;
  padding-top: 50px;
}

.idxintro-panel {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.idxintro-panel .panel {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.idxintro-panel .panel:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 54.90196%;
}

.idxintro-panel .panel img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: 100%;
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

.idxintro-panel .offset {
  position: absolute;
  z-index: 22;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 9.31373% 7.84314% 0;
}

.idxintro-panel .title {
  color: #fff;
  line-height: 1.2;
  font-size: 24px;
  margin-bottom: 10px;
}

.idxintro-panel .sub {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.idxintro-panel .more {
  padding-top: 11.62791%;
}

.index-field {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #2d2e35;
  background-image: url(../images/index-fieldbg.jpg);
  padding-top: 50px;
  padding-bottom: 30px;
}

.idxfield-title {
  margin-bottom: 15px;
}

.idxfield-title .title {
  color: #fff;
}

.idxfield-title .sub {
  color: #3e3f46;
}

.idxfield-wrapper {
  position: relative;
}

.idxfield-word {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}

.idxfield-module {
  width: 100%;
  position: relative;
  padding-top: 30px;
}

.idxfield-swcont {
  position: relative;
}

.idxfield-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.idxfield-swiper ul li {
  width: 100%;
  height: auto;
}

.idxfield-swiper ul li .conts {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.idxfield-swiper ul li .drawer {
  text-align: center;
}

.idxfield-swiper ul li .title {
  color: #fff;
  line-height: 1.5;
  font-size: 20px;
  margin-bottom: 10px;
}

.idxfield-swiper ul li .text {
  display: block;
  width: 100%;
  display: -webkit-box;
  height: 72px;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #fff;
  font-size: 14px;
}

.idxfield-swiper ul li .more {
  padding-top: 20px;
}

.idxfield-swiper ul li .content {
  padding-top: 20px;
}

.idxfield-swiper ul li .figure {
  max-width: 440px;
  margin: 0 auto;
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.idxfield-swiper ul li .figure:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 110%;
}

.idxfield-swiper ul li .figure img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  width: auto;
  height: 100%;
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

.learn-more2 {
  display: inline-block;
  vertical-align: top;
  color: #009cb6;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  font-size: 16px;
  line-height: 1.5;
}

.learn-more2:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../images/more-icon.png);
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s;
  -o-transition: background 0.3s, -o-transform 0.3s;
  transition: background 0.3s, transform 0.3s;
  transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s, -o-transform 0.3s;
  margin-left: 20px;
}

.idxfield-base {
  text-align: center;
  font-size: 0;
  padding-top: 20px;
  padding-bottom: 30px;
}

.swiper-smArrow-prev, .swiper-smArrow-next {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 33;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.swiper-smArrow-prev.swiper-button-disabled, .swiper-smArrow-next.swiper-button-disabled {
  cursor: default;
}

.swiper-smArrow-prev {
  background-image: url(../images/swiper-sarrow-prev.png);
}

.swiper-smArrow-next {
  background-image: url(../images/swiper-sarrow-next.png);
}

.idxfield-pagination {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 18px;
  white-space: nowrap;
  letter-spacing: -1px;
  padding: 0 20px;
}

.idxfield-pagination span {
  font-weight: bold;
}

.idxfield-pagination span.swiper-pagination-current {
  color: #009cb6;
}

.idxfield-item {
  display: none;
  position: relative;
}

.idxfield-tabswiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.idxfield-tabswiper ul li {
  width: 100%;
  height: auto;
}

.idxfield-tabswiper ul li .conts {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.idxfield-tabswiper ul li .figure {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.idxfield-tabswiper ul li .figure:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 46.80851%;
}

.idxfield-tabswiper ul li .figure img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

.tabswiper-pagination {
  position: absolute;
}

.tabswiper-pagination span {
  background-color: #fff;
}

.tabswiper-swiper-prev {
  left: 4.25532%;
}

.tabswiper-swiper-next {
  right: 4.25532%;
}

/* 首页 e */

@media (min-width: 768px) {
  .idxintro-offset {
    margin-left: -20px;
    margin-right: -20px;
  }
}


@media (min-width: 1024px) {
  /* 首页 s */
  .index-product {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .idxproduct-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 22;
    width: 40%;
  }

  .index-title {
    text-align: left;
    padding-top: 15px;
  }

  .index-title .title {
    font-size: 30px;
    font-weight: normal;
  }

  .index-title .sub {
    font-size: 32px;
  }

  .index-word {
    text-align: left;
  }

  .idxpro-word {
    text-align: left;
  }

  .idxproduct-section {
    padding-top: 0px;
    float: right;
    width: 60%;
    padding-left: 5.71429%;
  }

  .idxproduct-aside {
    padding-top: 120px;
    float: left;
    width: 40%;
  }

  .idxproduct-control ul li:hover a {
    background-color: #009cb6;
  }

  .idxproduct-control ul li:hover .icons .normal {
    opacity: 0;
  }

  .idxproduct-control ul li:hover .icons .hover {
    opacity: 1;
  }

  .idxproduct-control ul li:hover .title {
    color: #fff;
  }

  .idxproduct-control ul li:hover .text {
    color: #fff;
  }

  .idxproduct-control ul li:hover .more {
    color: #fff;
  }

  .idxproduct-control ul li:hover .more:after {
    background-image: url(../images/more-icons.png);
  }

  .idxproduct-control ul li a {
    padding: 30px 35px 35px;
  }

  .idxproduct-control ul li .icons {
    width: 80px;
    margin-bottom: 15px;
  }

  .idxproduct-control ul li .title {
    font-size: 18px;
  }

  .idxproduct-control ul li .text {
    font-weight: bold;
    -webkit-line-clamp: 3;
    height: 72px;
  }

  .idxproduct-content {
    max-width: 100%;
  }

  .idxproduct-item {
    padding-left: 50px;
    padding-right: 50px;
  }

  .idxproduct-preview ul li .title {
    font-size: 24px;
  }

  .idxproduct-more {
    padding-top: 50px;
  }

  .learn-more {
    font-size: 18px;
    padding: 16px 40px;
  }

  .learn-more:hover {
    background-color: #048fb6;
  }

  .proPreview-swiper-prev, .proPreview-swiper-next {
    display: block;
  }

  .index-advantage {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .idxadvant-title {
    text-align: center;
  }

  .idxadvant-word {
    text-align: center;
  }

  .idxadvant-wrapper {
    padding-top: 50px;
  }

  .idxadvant-swcont {
    margin: 0 -10px;
  }

  .idxadvant-swiper {
    padding: 15px 10px;
  }

  .idxadvant-swiper ul li a:hover {
    -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.3);
  }

  .idxadvant-swiper ul li .icon {
    margin-bottom: 20px;
  }

  .idxadvant-swiper ul li .mask {
    margin-bottom: 20px;
  }

  .idxadvant-swiper ul li .title {
    margin-bottom: 15px;
  }

  .idxadvant-swiper-prev {
    left: -30px;
  }

  .idxadvant-swiper-next {
    right: -30px;
  }

  .idxnews-swiper-prev, .idxnews-swiper-next {
    top: 28%;
  }

  .idxnews-swiper-prev {
    left: -40px;
  }

  .idxnews-swiper-next {
    right: -40px;
  }

  .index-news {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .idxnews-wrapper {
    padding-top: 50px;
  }

  .idxnews-swiper ul li a:hover .figure img {
    -webkit-transform: translate(-50%, -50%) scale(1.03);
    -ms-transform: translate(-50%, -50%) scale(1.03);
    -o-transform: translate(-50%, -50%) scale(1.03);
    transform: translate(-50%, -50%) scale(1.03);
  }

  .idxnews-swiper ul li .content {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .idxnews-swiper ul li .time {
    font-size: 18px;
  }

  .idxnews-swiper ul li .title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .idxnews-swiper ul li .text {
    margin-bottom: 25px;
  }

  .index-introduce {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .idxintro-contain {
    position: relative;
  }

  .idxintro-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 45.71429%;
    padding-right: 6.42857%;
    z-index: 22;
  }

  .idxintro-section {
    padding-top: 0px;
    padding-bottom: 0px;
    float: right;
    width: 54.28571%;
  }

  .idxintro-aside {
    float: left;
    width: 45.71429%;
    padding-right: 6.42857%;
    padding-top: 16.42857%;
  }

  .idxintro-numscroll ul li .title .num {
    font-size: 40px;
  }

  .idxintro-numscroll ul li .title .type {
    font-size: 14px;
    margin-left: 10px;
  }

  .idxintro-numscroll ul li .info {
    font-size: 16px;
    padding-top: 20px;
  }

  .idxintro-offset {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    position: absolute;
    right: -40px;
    bottom: -140px;
    width: auto;
    left: 45.71429%;
    z-index: 23;
  }

  .idxintro-panel .title {
    font-size: 34px;
    margin-bottom: 15px;
  }

  .idxintro-panel .sub {
    font-size: 16px;
  }

  .idxintro-panel .more {
    padding-top: 17.44186%;
  }

  .index-field {
    padding-top: 90px;
    padding-bottom: 0px;
  }

  .idxfield-title {
    margin-bottom: 20px;
  }

  .idxfield-fzmask {
    position: absolute;
    z-index: 22;
    left: 40%;
    width: 31.42857%;
    top: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 90px;
  }

  .idxfield-module {
    padding-top: 0px;
  }

  .idxfield-swiper {
    z-index: 2;
  }

  .idxfield-swiper ul li .conts {
    overflow: hidden;
  }

  .idxfield-swiper ul li .drawer {
    text-align: left;
    background-color: #fff;
    width: 40%;
    padding: 30px 40px 35px;
    float: left;
  }

  .idxfield-swiper ul li .title {
    color: #333333;
    font-size: 30px;
    margin-bottom: 15px;
  }

  .idxfield-swiper ul li .text {
    color: #333;
    margin-bottom: 30px;
  }

  .idxfield-swiper ul li .more {
    padding-top: 109.09091%;
  }

  .idxfield-swiper ul li .content {
    display: block;
    width: auto;
    overflow: hidden;
    padding-top: 190px;
    padding-left: 31.42857%;
  }

  .idxfield-swiper ul li .figure {
    max-width: 100%;
  }

  .learn-more2 {
    font-size: 18px;
  }

  .learn-more2:hover {
    color: #048fb6;
  }

  .learn-more2:hover:after {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }

  .idxfield-base {
    position: absolute;
    z-index: 11;
    left: 40%;
    right: 40%;
    bottom: 0;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .swiper-smArrow-prev:hover {
    background-image: url(../images/swiper-sarrow-prevs.png);
  }

  .swiper-smArrow-next:hover {
    background-image: url(../images/swiper-sarrow-nexts.png);
  }

  .idxfield-pagination {
    font-size: 22px;
  }

  .idxfield-content {
    position: absolute;
    z-index: 23;
    left: 40px;
    top: 190px;
    width: 67.14286%;
  }

  .tabswiper-swiper-prev, .tabswiper-swiper-next {
    display: block;
  }

  /* 首页 e */
}


@media (min-width: 1260px) {
  /* 首页 s */
  .index-title .title {
    font-size: 34px;
  }

  .index-title .sub {
    font-size: 34px;
  }

  .index-word {
    font-size: 16px;
  }

  .idxproduct-aside {
    padding-top: 11.42857%;
  }

  .idxproduct-control ul li a {
    padding: 50px 60px 55px;
  }

  .look-more {
    font-size: 16px;
    padding-right: 45px;
  }

  .look-more:after {
    width: 24px;
  }

  .idxproduct-more {
    padding-top: 70px;
  }

  .idxproduct-more .learn-more {
    font-size: 20px;
    display: inline-block;
    width: auto;
  }

  .learn-more:after {
    width: 24px;
  }

  .idxadvant-swiper ul li a {
    padding: 32px 35px 35px;
  }

  .idxadvant-swiper ul li .mask {
    margin-bottom: 30px;
  }

  .idxadvant-swiper ul li .icon {
    margin-bottom: 30px;
  }

  .idxadvant-swiper ul li .title {
    font-size: 18px;
  }

  .idxadvant-swiper ul li .text {
    font-weight: bold;
  }

  .idxadvant-swiper-prev {
    left: -40px;
  }

  .idxadvant-swiper-next {
    right: -40px;
  }

  .idxnews-swiper-prev {
    left: -50px;
  }

  .idxnews-swiper-next {
    right: -50px;
  }

  .idxnews-swiper ul li .content {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .idxnews-swiper ul li .time {
    font-size: 22px;
  }

  .idxnews-swiper ul li .text {
    font-weight: bold;
  }

  .idxintro-numscroll ul li .title .num {
    font-size: 44px;
  }

  .idxintro-numscroll ul li .info {
    font-size: 18px;
  }

  .idxintro-offset {
    right: -60px;
  }

  .idxfield-fzmask {
    padding-left: 3.57143%;
    padding-right: 3.57143%;
    padding-top: 8.57143%;
  }

  .idxfield-swiper ul li .drawer {
    padding: 3.57143% 4.28571% 2.5%;
  }

  .idxfield-swiper ul li .title {
    font-size: 32px;
  }

  .idxfield-swiper ul li .content {
    padding-top: 16.42857%;
  }

  .learn-more2 {
    font-size: 20px;
  }

  .learn-more2:after {
    width: 24px;
  }

  .idxfield-pagination {
    font-size: 24px;
  }

  .idxfield-content {
    left: 4.28571%;
    top: 29.87013%;
  }

  /* 首页 e */
}


@media (min-width: 1400px) {
  /* 首页 s */
  .index-product {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .index-title {
    padding-top: 20px;
  }

  .index-title .title {
    font-size: 40px;
  }

  .index-title .sub {
    font-size: 40px;
  }

  .idxproduct-control ul li .icons {
    margin-bottom: 25px;
  }

  .idxproduct-control ul li .title {
    font-size: 20px;
  }

  .idxproduct-control ul li .text {
    margin-bottom: 25px;
  }

  .idxproduct-preview ul li .title {
    font-size: 28px;
  }

  .index-advantage {
    padding-top: 100px;
    padding-bottom: 90px;
  }

  .idxadvant-swiper ul li .title {
    font-size: 20px;
  }

  .idxadvant-swiper-prev {
    left: -60px;
  }

  .idxadvant-swiper-next {
    right: -60px;
  }

  .idxnews-swiper-prev {
    left: -70px;
  }

  .idxnews-swiper-next {
    right: -70px;
  }

  .index-news {
    padding-top: 100px;
    padding-bottom: 160px;
  }

  .index-introduce {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .idxintro-numscroll ul li .info {
    font-size: 20px;
  }

  .idxintro-offset {
    right: auto;
    bottom: -180px;
    width: 72.85714%;
  }

  .idxintro-panel .title {
    font-size: 44px;
  }

  .idxintro-panel .sub {
    font-size: 20px;
  }

  .idxintro-panel .more {
    padding-top: 23.25581%;
  }

  .idxfield-swiper ul li .title {
    font-size: 40px;
  }

  /* 首页 e */
}

.pagination {
  text-align: center;
  display: none;
}

.viewmore-module {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #009cb6;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  padding: 8px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1024px) {
  .viewmore-module {
    display: none;
  }

  .pagination {
    display: block;
    text-align: center;
  }

  .laypage_main {
    display: inline-block;
    vertical-align: top;
  }

  .pagination .laypage_main .laypage_curr {
    background-color: #bb9f69;
    color: #fff;
  }

  .pagination .laypage_main a, .pagination .laypage_main input, .pagination .laypage_main span {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff !important;
    line-height: 36px;
    text-align: center;
    font-size: 15px;
    border: 1px solid #d8d8d8;
  }

  .pagination .laypageskin_molv .laypage_curr {
    background-color: #bb9f69 !important;
    border-color: #bb9f69;
  }

  .laypageskin_molv .laypage_prev, .laypageskin_molv .laypage_next {
    position: relative;
    text-align: center;
    font-size: 0 !important;
    padding: 0 10px !important;
  }

  .laypageskin_molv .laypage_prev span, .laypageskin_molv .laypage_next span {
    display: none;
  }

  .laypageskin_molv .laypage_prev:after, .laypageskin_molv .laypage_next:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 2px solid #919191;
    border-top: none;
    border-right: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    margin-top: -2px;
  }

  .laypageskin_molv .laypage_prev:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 3px;
  }

  .laypageskin_molv .laypage_next:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-left: 0px;
  }
}


/*相册轮播 s*/
.thumb-popupss {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2018;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.thumb-popupss .thumb-wraper {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  width: 100%;
}

.thumb-popupss .thumb-wraper .thumb-copy-wrapper {
  position: relative;
  overflow: hidden;
  width: 90%;
  max-width: 880px;
  margin: 0 auto;
}

.thumb-popupss .close {
  position: absolute;
  right: 4%;
  top: 4%;
  z-index: 9;
  width: 40px;
  height: 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #009cb6;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  line-height: 40px;
  opacity: 1;
}

.thumb-popupss .thumb-wraper .thumb-copy-wrapper .swiper-wrapper li {
  padding: 0 20px;
  overflow: hidden;
}

.thumb-popupss .thumb-wraper .thumb-copy-wrapper .swiper-wrapper li img {
  display: block;
  max-width: 100%;
  max-height: 90%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  width: 540px;
}

.thumb-popupss .thumb-wraper .thumb-copy-wrapper .swiper-wrapper li p {
  text-align: center;
  font-size: 16px;
  padding: 20px 0;
  color: #fff;
  bottom: 5%;
  width: 100%;
  left: 0;
  position: absolute;
}

.thumb-popupss .thumb-wraper .banner-btn {
  display: none;
  width: 60px;
  height: 120px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}

.thumb-popupss .thumb-wraper .banner-btn::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  margin-top: -5px;
  width: 40px;
  height: 40px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  border-left: 0;
  border-bottom: 0;
}

.thumb-popupss .thumb-wraper .banner-btn.swiper-left {
  left: -10px;
}

.thumb-popupss .thumb-wraper .banner-btn.swiper-right {
  right: -10px;
}

.thumb-popupss .thumb-wraper .banner-btn.swiper-left::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: -4px;
}

.thumb-popupss .thumb-wraper .banner-btn.swiper-right::after {
  margin-left: -7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.thumb-popupss .thumb-wraper .banner-btn.swiper-left:hover::after {
  border-color: #009cb6;
}

.thumb-popupss .thumb-wraper .banner-btn.swiper-right:hover::after {
  border-color: #009cb6;
}

.thumb-popupss .thumb-wraper .banner-btn.swiper-button-disabled {
  cursor: default;
}

@media (min-width: 768px) {
  .thumb-popupss .thumb-wraper .banner-btn.swiper-left {
    left: 4%;
  }

  .thumb-popupss .thumb-wraper .banner-btn.swiper-right {
    right: 4%;
  }
}

@media (min-width: 1024px) {
  .thumb-popupss .thumb-wraper .banner-btn {
    display: block;
  }
}

/*相册轮播 e*/


/*----网站地图 start----*/
.sitemapcont2 {
  padding: 6% 30px;
  overflow: hidden;
  background: #fff;
  margin-top: 25px;
}

.sitemapcont2 dl {
  position: relative;
  margin-bottom: 36px;
}

.sitemapcont2 dl dt {
  font-size: 16px;
  font-weight: bold;
  padding: 0 8px;
  background: #fff;
  position: absolute;
  left: 18px;
  top: -14px;
}

.sitemapcont2 dl dt a {
  color: #009cb6;
}

.sitemapcont2 dl dt a:hover {
  color: #048fb6;
}

.sitemapcont2 dl dd {
  padding: 4% 3% 1% 3%;
  border: 1px solid #e6e6e6;
}

.sitemapcont2 dl dd a {
  display: inline-block;
  padding-left: 10px;
  margin: 0 23px 8px 0;
}

.Singlepage {
  margin-top: 45px;
}

@media (min-width: 767px) {
  .sitemapcont2 {
    padding: 5% 30px;
  }

  .sitemapcont2 dl dt {
    font-size: 20px;
  }

  .sitemapcont2 dl dd {
    padding: 2% 3% 1% 3%;
    border: 1px solid #e6e6e6;
  }

  .sitemapcont2 dl dd a {
    margin: 0 50px 8px 0;
  }

  .sitemapcont2 dl dd a:hover {
    color: #048fb6;
  }

  .Singlepage {
    margin-top: 0px;
  }
}

@media (min-width: 1600px) {
  .sitemapcont2 dl dt {
    font-size: 22px;
  }

  .sitemapcont2 dl dd {
    font-size: 16px;
  }
}

/*----网站地图 end----*/
@-webkit-keyframes fade-left-slide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-o-keyframes fade-left-slide {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes fade-left-slide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-webkit-keyframes fade-right-slide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@-o-keyframes fade-right-slide {
  0% {
    opacity: 0;
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes fade-right-slide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
  }
}

.slide-fade-left {
  -webkit-animation: fade-left-slide 1s 1;
  -o-animation: fade-left-slide 1s 1;
  animation: fade-left-slide 1s 1;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 1;
}

.slide-fade-right {
  -webkit-animation: fade-right-slide 1s 1;
  -o-animation: fade-right-slide 1s 1;
  animation: fade-right-slide 1s 1;
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 1;
}

/* 法律声明 s */
.inside-wrapper {
  padding-top: 30px;
  padding-bottom: 25px;
}

.legal-title {
  text-align: center;
  font-size: 22px;
  color: #333333;
  line-height: 1.2;
}

.terms-contents, .legaltext {
  padding: 30px 0 15px;
}

.fonts-lh28, .fonts-lh30, .fonts-lh32 {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}

@media (min-width: 1024px) {
  .inside-wrapper {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .legal-title {
    font-size: 30px;
  }

  .legaltext {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .fonts-lh30 {
    font-size: 16px;
    line-height: 30px;
  }
}

@media (min-width: 1260px) {
  .inside-wrapper {
    padding-top: 80px;
    padding-bottom: 65px;
  }

  .legal-title {
    font-size: 34px;
  }
}

/* 法律声明 e */

.quoted-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  display: none;
}

.quoted-modal.fade .quoted-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.quoted-modal.in .quoted-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.quoted-dialog {
  position: relative;
  margin: 80px 15px 40px;
}

.quoted-modal-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
  display: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.quoted-modal-bg.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.quoted-modal-bg.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-scrollbar {
  width: 100px;
  height: 100px;
  background-color: #009cb6;
  overflow: scroll;
  position: absolute;
  top: -1000px;
  left: -1000px;
}

.modal-open {
  overflow: hidden;
}

.openweb-close {
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../images/modalclose.png) no-repeat scroll center center;
  top: -45px;
  right: 0;
}

@media (min-width: 768px) {
  .quoted-dialog {
    max-width: 605px;
    margin-left: auto;
    margin-right: auto;
  }

  .openweb-close {
    top: -20px;
    right: -40px;
  }
}

@media (min-width: 1024px) {
  .quoted-dialog {
    margin-top: 110px;
  }
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.thumb-container {
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 10px;
}

.thumb-wrapper {
  width: 100%;
  position: relative;
}

.thumb-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.thumb-swiper ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.thumb-swiper ul li::before {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 60.52632%;
}

.thumb-swiper ul li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
}

.thumb-switch-prev, .thumb-switch-next {
  display: none;
}

.thumb-pagination {
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
  line-height: normal;
  font-size: 0;
  text-align: center;
  z-index: 24;
}

.thumb-pagination span {
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 8px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
}

.thumb-pagination span.swiper-pagination-bullet-active {
  background-color: #009cb6;
}

.thumb-base {
  padding-top: 10px;
}

.thumb-text {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .thumb-popup .quoted-dialog {
    max-width: 820px;
  }

  .thumb-container {
    padding: 20px;
  }

  .thumb-switch-prev, .thumb-switch-next {
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    cursor: pointer;
    position: absolute;
    z-index: 199;
    text-align: center;
    line-height: 80px;
    top: 50%;
    margin-top: -40px;
  }

  .thumb-switch-prev:after, .thumb-switch-next:after {
    content: '';
    width: 32px;
    height: 32px;
    border: 2px solid #fff;
    border-right: none;
    border-bottom: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    vertical-align: middle;
  }

  .thumb-switch-prev:hover::after, .thumb-switch-next:hover::after {
    border-color: #009cb6;
  }

  .thumb-switch-prev.swiper-button-disabled, .thumb-switch-next.swiper-button-disabled {
    cursor: default;
  }

  .thumb-switch-prev {
    left: 10px;
  }

  .thumb-switch-prev:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .thumb-switch-next {
    right: 10px;
  }

  .thumb-switch-next:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .thumb-pagination {
    bottom: 4%;
  }

  .thumb-pagination span {
    width: 10px;
    height: 10px;
  }

  .thumb-base {
    padding-top: 20px;
  }

  .thumb-text {
    font-size: 16px;
  }
}

@media (min-width: 1260px) {
  .thumb-popup .quoted-dialog {
    max-width: 920px;
  }
}


/* 联系我们 */
.inside-banner {
  position: relative;
}

.inside-banner .image img {
  display: block;
  width: 100%;
}

.insbantitle {
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.insbanbtns {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.insbanbtn {
  display: block;
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.insbanbtn::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.insbanbtn.insbanprev {
  left: 15px;
}

.insbanbtn.insbanprev span::before {
  border-right-color: #ffffff;
  left: -4px;
}

.insbanbtn.insbanprev span::after {
  left: 5px;
}

.insbanbtn.insbanprev:hover span::before {
  border-right-color: #048fb6;
}

.insbanbtn.insbannext {
  right: 15px;
}

.insbanbtn.insbannext span::before {
  border-left-color: #ffffff;
  right: -4px;
}

.insbanbtn.insbannext span::after {
  right: 5px;
}

.insbanbtn.insbannext:hover span::before {
  border-left-color: #048fb6;
}

.insbanbtn span {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.insbanbtn span::before, .insbanbtn span::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.insbanbtn span::before {
  width: 0;
  height: 0;
  border: 6px solid transparent;
}

.insbanbtn span::after {
  width: 40px;
  height: 1px;
  background-color: #ffffff;
}

.insbanbtn:hover::before {
  border-color: #048fb6;
}

.insbanbtn:hover span::after {
  background-color: #048fb6;
}

.insideweb {
  padding: 0 15px;
}

.inside-wrap {
  padding-top: 30px;
}

.inside-title {
  padding: 0 0 10px;
}

.inside-title .title {
  font-size: 16px;
  text-align: center;
}

.wfont36, .wfont28, .wfont26, .wfont24 {
  font-size: 16px;
}

.inscontact li {
  padding-bottom: 20px;
}

.inscontact li .cont {
  border: 3px solid #e1e5ec;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inscontact li .desc {
  width: 80%;
  margin-right: 5%;
}

.inscontact li .desc .name {
  color: #999999;
  display: block;
  font-size: 14px;
}

.inscontact li .desc a {
  color: #333333;
  display: inline-block;
}

.inscontact li img {
  height: 40px;
}

.map {
  width: 100%;
  height: 300px;
}

.inside-subnav {
  background-color: #fff;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
  z-index: 200;
}

.channel-title {
  line-height: 50px;
  color: #4d5c63;
  position: relative;
  text-align: center;
}

.channel-title:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: 0 -15px -3px 10px;
  border-width: 5px;
  border-style: solid dashed dashed dashed;
  border-color: #333 transparent transparent transparent;
}

.subnav {
  display: none;
  position: absolute;
  width: 100%;
  top: 51px;
  z-index: 10;
  left: 0;
  background-color: #fff;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  font-size: 0;
}

.subnav ul {
  display: block;
  width: 100%;
}

.subnav ul li {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 42px;
}

.subnav ul li a {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  color: #828282;
}

.subnav ul li.cur a {
  background-color: #2494ac;
  color: #fff;
}

.subnav .sub-btn {
  display: none;
}

/*新闻中心*/
.insnews-list {
  position: relative;
  padding-bottom: 30px;
}

.insnews-list ul li {
  padding: 0 0 20px;
}

.insnews-list ul li a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.insnews-list ul li .figure {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.insnews-list ul li .figure:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 55.26316%;
}

.insnews-list ul li .figure img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

.insnews-list ul li .desc {
  padding: 15px;
  background-color: #f7f7f7;
}

.insnews-list ul li .date {
  color: #828282;
  line-height: 1.2;
  font-size: 14px;
  margin-bottom: 2px;
}

.insnews-list ul li .title {
  display: block;
  color: #333333;
  font-weight: bold;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 10px;
}

.lodemore {
  text-align: center;
}

.lodemore a {
  display: inline-block;
}

.lodemore img {
  max-width: 100%;
}

/*新闻中心-详情*/
.inside-news-title .title {
  font-size: 16px;
}

.webleft {
  padding: 0 0 20px;
}

.webright {
  border: 1px solid #eeeeee;
}

.commoncepwrap {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

.news-detail-title {
  position: relative;
  border-left: 5px solid #28a4b6;
  padding: 5px 10px 5px 5%;
  color: #444444;
}

.news-detail-title h1 {
  font-size: 18px;
  padding: 0 0 5px;
}

.news-detail-cont {
  color: #828282;
  padding: 20px 0;
  margin: 15px 0 0 0;
  position: relative;
}

.news-detail-cont::before {
  content: "";
  display: block;
  width: 96.29156%;
  height: 1px;
  background-color: #e4e4e4;
  position: absolute;
  right: 0;
  top: 0;
}

.news-detail-cont img {
  max-width: 100%;
}

#news-share a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  background-size: contain;
  background-position: center;
}

#news-share a.weixin {
  background-image: url(../images/wqweixin.png);
}

#news-share a.xinlang {
  background-image: url(../images/wqxinlang.png);
}

#news-share a.QQ {
  background-image: url(../images/wqqq.png);
}

#news-share .share-btn {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #2494ac;
  position: relative;
  -webkit-box-shadow: 0px 4px 16px rgba(35, 150, 171, 0.6);
  box-shadow: 0px 4px 16px rgba(35, 150, 171, 0.6);
  margin: 0;
  background-image: none;
  padding: 0;
}

#news-share .share-btn span::before, #news-share .share-btn span::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#news-share .share-btn span::before {
  width: 15px;
  height: 2px;
}

#news-share .share-btn span::after {
  width: 2px;
  height: 15px;
}

.news-detail-foot {
  padding: 0 0 20px;
}

.news-detail-foot dl {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  font-size: 14px;
  padding: 10px 0;
}

.news-detail-foot dl span {
  display: inline-block;
  line-height: 27px;
  padding: 0 10px 0 0;
  color: #999999;
}

.news-detail-foot dl a {
  color: #333333;
}

.news-detail-foot dl dd, .news-detail-foot dl dt {
  height: 24px;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-detail-foot dl dd:hover a, .news-detail-foot dl dd:hover span, .news-detail-foot dl dt:hover a, .news-detail-foot dl dt:hover span {
  color: #2494ac;
}

.news-related-title {
  background-color: #2494ac;
  color: #fff;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  font-size: 14px;
}

.news-related-title h3 {
  font-size: 14px;
}

.news-related-btn {
  font-size: 0;
  width: 70px;
  height: 13px;
  position: absolute;
  top: 26px;
  right: 20px;
}

.news-related-btn span {
  cursor: pointer;
  display: inline-block;
  width: 50%;
  height: 100%;
  position: relative;
}

.news-related-btn span::before {
  content: "";
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  border-left: 0;
  border-bottom: 0;
}

.news-related-btn span::after {
  content: "";
  display: block;
  width: 23px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 4px;
}

.news-related-btn span.news-related-prev::before {
  left: 0;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.news-related-btn span.news-related-prev::after {
  left: -1px;
}

.news-related-btn span.news-related-next::before {
  right: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.news-related-btn span.news-related-next::after {
  right: -1px;
}

.news-related-swiper {
  position: relative;
}

.news-related-content {
  padding: 20px;
}

.news-related-wrapper {
  overflow: hidden;
}

.news-related-wrapper ul li .figure {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.news-related-wrapper ul li .figure:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 50%;
}

.news-related-wrapper ul li .figure img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

.news-related-wrapper ul li .desc {
  padding: 20px 0 0;
}

.news-related-wrapper ul li .desc .title {
  color: #363636;
  display: -webkit-box;
  height: 48px;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 16px;
  margin: 0 0 10px;
}

.news-related-wrapper ul li .desc .name {
  color: #828282;
  display: -webkit-box;
  height: 72px;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-related-wrapper ul li .desc .date {
  color: #525252;
  padding: 10px 0 0;
}

/*关于我们-组织架构*/
.inside-structure {
  text-align: center;
  color: #828282;
  line-height: 22px;
  padding: 0 0 20px;
}

.inside-structure h3 {
  color: #2494ac;
  font-size: 14px;
  letter-spacing: 0.3rem;
  padding: 0 0 5px;
}

.inside-structure img {
  max-width: 100%;
}

/*关于我们-人才招聘*/
.insrecruit-list {
  padding: 20px 0;
}

.insrecruit-list ul {
  padding: 0 0 20px;
}

.insrecruit-list li {
  border: 1px solid #e5e5e5;
  margin: 0 0 10px;
  cursor: pointer;
}

.insrecruit-list li:hover {
  background-color: #f9f9f9;
}

.insrecruit-list li.cur {
  background-color: #f9f9f9;
}

.insrecruit-list li.cur .rectue-top .icon em {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #2494ac;
}

.insrecruit-list li .rectue-top {
  padding: 10px 30px 5px 10px;
  font-size: 0;
  position: relative;
}

.insrecruit-list li .rectue-top span {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 14px;
  margin-right: 20px;
  margin-bottom: 5px;
  width: 40%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.insrecruit-list li .rectue-top .pnum {
  color: #999999;
}

.insrecruit-list li .rectue-top .date {
  background: url(../images/wqicon8.png) no-repeat 0 center;
  padding-left: 28px;
  color: #999999;
}

.insrecruit-list li .rectue-top .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
  margin: 0;
}

.insrecruit-list li .rectue-top .icon em {
  position: absolute;
  background: #bfbfbf;
  width: 20px;
  height: 1px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 0;
  top: 50%;
}

.insrecruit-list li .rectue-top .icon em:nth-child(2) {
  width: 1px;
  height: 20px;
  left: 50%;
  top: 0;
}

.insrecruit-list li .rectue-min {
  padding: 20px 10px;
  color: #929292;
  display: none;
  border-top: 1px solid #e5e5e5;
}

.insrecruit-list li .rectue-min .desc {
  padding: 0 0 10px;
}

.insrecruit-list li .rectue-min h3 {
  color: #333333;
  padding: 0 0 5px;
  font-size: 16px;
}

.insrecruit-list li .rectue-send a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 14px;
  background: #c6c6c6;
  font-size: 12px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  line-height: 40px;
  text-align: center;
  min-width: 130px;
  margin-bottom: 5px;
}

/*关于我们-企业文化*/
.inside-culture {
  position: relative;
}

.inside-culture img {
  max-width: 100%;
}

.iculture-desc-wrap {
  padding: 15px 0;
  max-width: 650px;
}

.iculture-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.iculture-list li {
  width: 50%;
  padding: 0 5px 10px;
}

.iculture-list li .content {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.iculture-list li .content:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 150%;
}

.iculture-list li .content img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

.iculture-list li .content::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.iculture-list li .content h3 {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 0 10px;
}

.iculture-list li .content h3::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #fff;
  margin: 10px auto 0;
}

.iculture-list li:nth-child(1) .content {
  background-color: #0263ac;
}

.iculture-list li:nth-child(1) .content::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#0263ac), to(rgba(2, 99, 172, 0.1)));
  background: -o-linear-gradient(top, #0263ac, rgba(2, 99, 172, 0.1));
  background: linear-gradient(to bottom, #0263ac, rgba(2, 99, 172, 0.1));
}

.iculture-list li:nth-child(2) .content {
  background-color: #0c5790;
}

.iculture-list li:nth-child(2) .content::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#0c5790), to(rgba(12, 87, 144, 0.1)));
  background: -o-linear-gradient(top, #0c5790, rgba(12, 87, 144, 0.1));
  background: linear-gradient(to bottom, #0c5790, rgba(12, 87, 144, 0.1));
}

.iculture-list li:nth-child(3) .content {
  background-color: #2396ab;
}

.iculture-list li:nth-child(3) .content::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#2396ab), to(rgba(35, 150, 171, 0.1)));
  background: -o-linear-gradient(top, #2396ab, rgba(35, 150, 171, 0.1));
  background: linear-gradient(to bottom, #2396ab, rgba(35, 150, 171, 0.1));
}

.iculture-list li:nth-child(4) .content {
  background-color: #0282ac;
}

.iculture-list li:nth-child(4) .content::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#0282ac), to(rgba(2, 130, 172, 0.1)));
  background: -o-linear-gradient(top, #0282ac, rgba(2, 130, 172, 0.1));
  background: linear-gradient(to bottom, #0282ac, rgba(2, 130, 172, 0.1));
}

/*关于我们-企业视频*/
.inside-videos-wrapper {
  overflow: hidden;
}

.inside-videos-wrapper li {
  max-width: 90%;
}

.insvideo-content {
  position: relative;
  cursor: pointer;
}

.insvideo-image {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  position: relative;
}

.insvideo-image:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 66.66667%;
}

.insvideo-image img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

.insvideo-btn {
  display: block;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  background: url(../images/wqvideo.png) no-repeat center;
}

.insvideo-text {
  text-align: center;
  padding: 10px 0;
}

/*关于我们-发展历程*/
.inside-development {
  padding: 30px 0;
}

.inside-development .title {
  text-align: center;
  color: #666666;
  padding-bottom: 10px;
}

.insdevelop-btn {
  text-align: center;
}

.insdevelop-btn a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid #686868;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  margin: 0 5px;
}

.insdevelop-btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  position: absolute;
}

.insdevelop-btn a.insdevelop-prev::after {
  border-bottom-color: #333333;
  top: 6px;
  left: 9px;
}

.insdevelop-btn a.insdevelop-next::after {
  border-top-color: #333333;
  right: 9px;
  bottom: 6px;
}

.insdevelop-year-wrapper {
  overflow: hidden;
  padding: 10px 0;
}

.insdevelop-year-wrapper li {
  text-align: center;
}

.insdevelop-year-wrapper li p .num {
  color: #d1d1d1;
  font-size: 16px;
}

.insdevelop-year-wrapper li p .year {
  color: #d1d1d1;
}

.insdevelop-year-wrapper li.cur p .num, .insdevelop-year-wrapper li.cur p .year {
  color: #666666;
}

.insdevelop-dedd-wrapper {
  overflow: hidden;
}

.insdevelop-dedd-wrapper li .desc {
  padding: 0 0 15px;
}

.insdevelop-dedd-wrapper li .pic img {
  max-width: 100%;
}

.insdeveop-text {
  color: #2494ac;
}

.insdeveop-text p {
  opacity: 0.3;
  font-size: 16px;
}

/*关于我们-公司简介*/
.inside-company img {
  max-width: 100%;
}

.inside-company .content {
  color: #666666;
  padding: 20px 0 20px 20px;
}

.inside-company .content h2 {
  color: #2494ac;
}

.inside-company .content .text {
  position: relative;
  padding: 0 0 0 20px;
  margin: 10px 0 0 10px;
}

.inside-company .content .text::before {
  content: "";
  display: block;
  width: 2px;
  height: 90px;
  background-color: #2494ac;
  position: absolute;
  top: 5px;
  left: 0;
}

.inside-company .desc {
  background: url(../images/wqimg18.jpg) no-repeat center;
  background-size: cover;
  width: 70%;
  max-width: 450px;
  padding: 30px 30px 20px;
  -webkit-box-shadow: 0.20833rem 0.83333rem 2rem -0.41667rem #9acdd9;
  box-shadow: 0.20833rem 0.83333rem 2rem -0.41667rem #9acdd9;
  position: relative;
}

.inside-company .desc::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: url(../images/wqicon9.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  bottom: 35%;
  right: -38px;
}

.inside-company .desc .cn {
  color: #fff;
  padding: 0 0 5px;
}

.inside-company .desc .en {
  color: #52ffff;
}

/*关于我们-品牌故事*/
.inside-stories {
  text-align: center;
}

.inside-stories img {
  max-width: 100%;
}

.instories-text {
  text-align: center;
  color: #828282;
  line-height: 24px;
  padding: 0 0 20px;
}

.instories-text h3 {
  color: #2494ac;
  font-size: 14px;
  padding: 0 0 5px;
}

.instories-text .desc {
  color: #666;
  padding: 0 0 10px;
}

.instories-text .info {
  color: #828282;
}

.instories-numscroll {
  padding: 10px 0 32px;
}

.instories-numscroll ul {
  font-size: 0;
}

.instories-numscroll ul li {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  max-width: 235px;
  text-align: center;
  position: relative;
  padding: 0 10px;
}

.instories-numscroll ul li:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #d6d6d6;
}

.instories-numscroll ul li:last-child::after {
  display: none;
}

.instories-numscroll ul li .conts {
  width: 100%;
  display: block;
}

.instories-numscroll ul li .title {
  line-height: 1;
  position: relative;
  color: #2494ac;
}

.instories-numscroll ul li .title span {
  display: inline-block;
  vertical-align: baseline;
}

.instories-numscroll ul li .title .num {
  font-size: 26px;
  letter-spacing: -1px;
  font-family: Arial, Helvetica, sans-serif;
}

.instories-numscroll ul li .title .type {
  font-size: 12px;
}

.instories-numscroll ul li .info {
  display: block;
  line-height: 1.5;
  font-size: 14px;
  padding-top: 12px;
  color: #828282;
}

.instories-img {
  padding: 0 0 20px;
}

.instories-img h4 {
  font-size: 14px;
  color: #2494ac;
}

/*产品详情-技术参数*/
.inside-product-info {
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #ebebeb;
  border-left: 0;
  border-right: 0;
  background-color: #fff;
  z-index: 5;
}

.ins-prod-tit .curtitle {
  color: #000000;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}

.ins-prod-tit .curtitle .icon {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border: 1px solid #8f8f8f;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  margin-left: 15px;
}

.ins-prod-tit .curtitle .icon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 6px solid #000000;
  position: absolute;
  top: 9px;
  left: 7px;
}

.ins-prod-tit .curtitle.cur .icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.ins-prod-tab {
  color: #666666;
  font-size: 0;
  padding: 10px 0;
}

.ins-prod-tab a {
  display: inline-block;
  font-size: 14px;
  border-bottom: 2px solid #fff;
  padding: 0 5px 5px;
  position: relative;
  margin: 0 15px 0 0;
  cursor: pointer;
}

.ins-prod-tab a::after {
  content: "";
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 51%;
  right: 51%;
  z-index: -1;
  background-color: #2494ac;
  -webkit-transition-property: left, right;
  -o-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  color: #2494ac;
}

.ins-prod-tab a:hover::after, .ins-prod-tab a.cur::after {
  left: 0;
  right: 0;
  z-index: 1;
}

.ind-prod-target {
  position: relative;
  width: 153px;
  height: 40px;
}

.ind-prod-target::after {
  content: '';
  position: absolute;
  border: 2px solid #828282;
  border-left: none;
  border-bottom: none;
  width: 10px;
  height: 10px;
  right: 17px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 50%;
  margin-top: -9px;
}

.ind-prod-target select {
  height: 100%;
  width: 100%;
  border: 1px solid #ebebeb;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 0 10px;
  color: #828288;
}

.inside-product-part {
  background-color: #f8f8f8;
  padding: 0 0 20px;
}

.ins-part-table {
  margin-top: 10px;
}

.ins-part-table table tr td {
  border: 1px solid #d9d9d9;
  height: 58px;
  line-height: 58px;
  text-align: center;
  color: #666666;
  width: 490px;
}

.ins-part-title h3 {
  font-size: 16px;
  color: #000000;
}

.ins-part-toggle li {
  padding: 10px 0;
  border-bottom: 1px solid #d1d1d1;
  position: relative;
  cursor: pointer;
}

.ins-part-toggle li::before {
  content: '';
  position: absolute;
  border: 2px solid #909090;
  border-left: none;
  border-bottom: none;
  width: 15px;
  height: 15px;
  right: 5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
}

.ins-part-toggle li.cur::before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 14px;
}

.ins-part-scen {
  color: #666666;
  padding: 20px 0 0;
}

.ins-part-scen h4 {
  font-size: 16px;
  color: #333333;
}

.ins-part-scen img {
  max-width: 100%;
}

.ins-prod-tit {
  position: relative;
}

.ins-pro-title-lv {
  display: none;
  position: absolute;
  top: 27px;
  left: 0;
  background-color: #fff;
  z-index: 6;
  padding: 10px 20px;
  -webkit-box-shadow: 3px 3px 23px rgba(83, 87, 84, 0.3);
  box-shadow: 3px 3px 23px rgba(83, 87, 84, 0.3);
}

.ins-pro-title-lv a {
  display: block;
  line-height: 24px;
  padding: 5px 0;
  text-align: left;
}

.ins-partop-content {
  padding: 0 0 20px;
}

.ins-part-img {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #f9f9f9;
}

.ins-part-img:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 83.33333%;
}

.ins-part-img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

.ins-part-desc {
  color: #828282;
}

.ins-part-desc .name {
  padding: 10px 0;
}

.ins-part-desc .name h2 {
  font-size: 18px;
  color: #000000;
  padding: 0 0 5px;
}

.ins-part-desc .point {
  color: #333333;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 10px 0;
}

.ins-part-desc .dyf {
  padding: 10px 0;
}

.ins-part-desc .dyf h4 {
  color: #333333;
  font-size: 16px;
  padding: 0 0 3px;
}

.ins-part-desc .handbtn {
  padding: 10px 0;
}

.ins-part-desc .handbtn .zx {
  vertical-align: middle;
  display: inline-block;
  line-height: 46px;
  width: 136px;
  text-align: center;
  color: #fff;
  background-color: #000000;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

/*产品列表*/
.inside-product-min {
  background-color: #f5f5f5;
}

.insproweb {
  padding: 15px;
}

.inspro-spical-wrapper {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  padding: 20px 0;
}

.inspro-spical-wrapper li .inspical-img {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.inspro-spical-wrapper li .inspical-img:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 93.58974%;
}

.inspro-spical-wrapper li .inspical-img img {
  display: block;
  position: absolute;
  bottom: 0;
  left: 12%;
  max-width: 100%;
  max-height: 100%;
}

.inspro-spical-wrapper li .inspicl-desc {
  padding: 20px;
  color: #222222;
}

.inspro-spical-wrapper li .inspicl-desc h2 {
  font-size: 18px;
  color: #000000;
  padding: 0 0 10px;
}

.inspro-spical-wrapper li .inspicl-desc .detail-btn {
  display: block;
  width: 110px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #2193ab;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin: 15px 0 0;
}

.inspicl-pagination {
  font-size: 0;
  padding: 0 20px;
}

.inspicl-pagination span {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  margin: 0 20px 0 0;
  position: relative;
  cursor: pointer;
}

.inspicl-pagination span::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #999999;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.inspicl-pagination span::after {
  content: "";
  display: block;
  background: url(../images/wplay.png) no-repeat center center;
  width: 26px;
  height: 26px;
  opacity: 0;
  position: absolute;
  top: 4px;
  left: 5px;
}

.inspicl-pagination span.swiper-pagination-customs-active::before {
  opacity: 0;
}

.inspicl-pagination span.swiper-pagination-customs-active::after {
  opacity: 1;
}

.inspicl-pagination span.swiper-pagination-customs-active.cur::after {
  background-image: url(../images/wout.png);
  background-position: 7px center;
}

.inspicl-btn {
  position: absolute;
  height: 40px;
  top: 30%;
  width: 100%;
}

.inspicl-btn a {
  display: block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
}

.inspicl-btn a.inspicl-prev {
  float: left;
  margin-left: -10px;
  background-image: url(../images/wqprev.png);
}

.inspicl-btn a.inspicl-next {
  float: right;
  margin-right: -10px;
  background-image: url(../images/wqnext.png);
}

.inspical-wrap {
  position: relative;
}

.inspical-list {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.inspical-list li {
  padding: 0 0 10px;
}

.inspical-list li .insp-list-cont {
  position: relative;
  padding: 20px;
  background-color: #ffffff;
}

.inspical-list li .insp-list-cont .img {
  position: absolute;
  right: 0;
  top: 0;
  width: 40%;
}

.inspical-list li .insp-list-cont .img img {
  display: block;
  position: absolute;
  bottom: -20px;
  right: 0;
  max-width: 100%;
  max-height: 100%;
}

.inspical-list li .insp-list-cont .img::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 91.40625%;
}

.inspical-list li .insp-list-cont .desc {
  overflow: hidden;
  padding-right: 40%;
}

.inspical-list li .insp-list-cont .desc h2 {
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.inspical-list li .insp-list-cont .desc p {
  display: -webkit-box;
  height: 48px;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666666;
  margin: 5px 0 10px;
}

.inspical-list li .insp-list-cont .desc a {
  display: block;
  width: 100px;
  line-height: 35px;
  background-color: #333333;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.insp-list-record {
  padding: 20px 0;
}

.insp-list-record .text {
  color: #666666;
  text-align: center;
  padding: 10px;
}

.insp-list-record .line {
  display: block;
  width: 70%;
  max-width: 450px;
  height: 1px;
  background-color: #e5e5e5;
  margin: 0 auto;
  position: relative;
}

.insp-list-record .line .hashow {
  background: #2494ac;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}

.insp-more {
  display: block;
  width: 136px;
  line-height: 45px;
  text-align: center;
  border: 2px solid #b2b2b2;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  font-size: 14px;
  color: #000000;
  margin: 20px auto 0;
}

.inside-product-part2 {
  padding-top: 20px;
}

.commoncenter {
  text-align: center;
}

.inside-spepage-title {
  font-size: 18px;
}

.inside-spepage-nine {
  background-size: contain;
  background-position: 0 100%;
  background-repeat: no-repeat;
  padding: 20px 0 0;
  background-color: #ffffff;
}

.inside-spepage-meter {
  padding: 10px 0;
}

.inside-spepage-meter ul {
  margin: 0 -5px;
}

.inside-spepage-meter li {
  float: left;
  width: 33.333%;
  padding: 0 5px;
}

.inside-spepage-meter li .img {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.inside-spepage-meter li .img:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 113.90135%;
}

.inside-spepage-meter li .img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

.inside-spepage-meter li .text {
  text-align: center;
  padding: 5px 0 0;
}

.inside-spepage-gauge {
  padding: 20px 0;
}

.inside-spepage-gauge ul {
  margin: 0 -10px;
}

.inside-spepage-gauge li {
  float: left;
  width: 33.33333%;
  text-align: center;
  padding: 0 5px 15px;
}

.inside-spepage-gauge li .icon {
  width: 50px;
  height: 50px;
  border: 1px solid #dddddf;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto;
}

.inside-spepage-gauge li .icon img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.inside-spepage-gauge li .text {
  padding: 5px 0 0;
  font-size: 12px;
}

.inside-spepage-content {
  padding: 20px 0;
  position: relative;
}

.inspepage-btn {
  position: absolute;
  top: 33%;
  left: 0;
  right: 0;
}

.inspepage-btn a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}

.inspepage-btn a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #999999;
  border-right: 2px solid #999999;
  position: absolute;
  left: 10px;
  top: 10px;
}

.inspepage-btn a.inspepage-prev {
  float: left;
}

.inspepage-btn a.inspepage-prev::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.inspepage-btn a.inspepage-next {
  float: right;
}

.inspepage-btn a.inspepage-next::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.inspepage-btn a:hover::after {
  border-color: #2494ac;
}

.inside-spepage-wrapper {
  overflow: hidden;
}

.inside-spepage-wrapper li .img {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.inside-spepage-wrapper li .img:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 71.64179%;
}

.inside-spepage-wrapper li .img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  width: 100%;
  -webkit-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

.inside-spepage-wrapper li .text {
  text-align: center;
  padding: 10px 0 0;
}

.relative {
  position: relative;
}

.inspepage-bgm {
  height: 270px;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.spepage-design {
  padding: 20px;
}

.spepage-img {
  position: absolute;
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 8%;
  text-align: center;
}

.spepage-img img {
  width: 47%;
}

.inspepage-enight-desc {
  padding: 10px 0 0;
}

.inspepage-enight-desc .cont {
  font-size: 0;
  padding: 0 0 10px 0;
}

.inspepage-enight-desc .cont .num {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  border: 2px solid #2494ac;
  font-size: 18px;
  color: #2494ac;
}

.inspepage-enight-desc .cont .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  padding: 0 0 0 10px;
}

.spepage-img-list {
  width: 100%;
  font-size: 0;
  text-align: center;
}

.spepage-img-list .img {
  display: inline-block;
  width: 25%;
  margin-left: -15%;
}

.spepage-img-list .img:nth-child(1) {
  margin-left: 0;
}

.spepage-img-list .img img {
  width: auto;
  max-width: 100%;
}

.inspepage-six-desc {
  padding: 10px 0 0;
}

.inspepage-six-desc .cont {
  padding: 0 0 10px;
}

.inspepage-six-desc .cont .icon {
  display: inline-block;
  vertical-align: middle;
}

.inspepage-six-desc .cont .icon img {
  height: 70px;
}

.inspepage-six-desc .cont .text {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  padding: 0 0 0 10px;
  color: #162d33;
  line-height: 22px;
}

.inspepage-six-desc .cont .text span {
  display: block;
  font-size: 16px;
  padding: 0 0 5px 0;
}

.spepage-icons {
  text-align: center;
  padding: 20px 0 0;
}

.spepage-icons ul {
  text-align: center;
  font-size: 0;
  padding: 10px 0 0;
}

.spepage-icons li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 0 10px;
}

.spepage-icons li .icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: relative;
  background: url(../images/line.png) no-repeat center center;
  background-size: cover;
}

.spepage-icons li .icon img {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #2494ac;
}

.spepage-icons li .text {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  height: 32px;
  color: #000000;
}

.spepage-design-three .spepage-img img {
  width: 100%;
}

.posimg {
  position: relative;
}

.posimg .img2 {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 640px) {
  .spepage-design-four .spepage-img {
    top: 110px;
  }

  .spepage-design-four .spepage-img img {
    width: auto;
    height: 160px;
  }
}

.spepage-four-tips p {
  position: absolute;
  background: url(../images/tip.png) no-repeat center;
  background-size: cover;
  color: #fff;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  width: 160px;
  padding: 2px 5px;
  line-height: 16px;
  font-size: 12px;
}

.spepage-four-tips p:nth-child(1) {
  left: -125px;
  top: 40px;
}

.spepage-four-tips p:nth-child(2) {
  right: -125px;
  top: 85px;
}

.spepage-design-one .spepage-img {
  left: 57%;
  top: 21%;
}

.spepage-design-one .spepage-img img {
  width: auto;
  height: 221px;
}

.inside-development {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.inside-development .title {
  text-align: left;
  padding-left: 10px;
  position: relative;
  top: 47px;
}

.inside-development .insideweb {
  padding-left: 0;
}

.insdevelop-btn {
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 47%;
  z-index: 5;
  left: 10px;
}

.insdevelop-btn a {
  display: block;
  margin: 10px 0;
}

.insdevelop-btn a.insdevelop-prev:hover {
  background-color: #2494ac;
  border-color: #2494ac;
}

.insdevelop-btn a.insdevelop-prev:hover::after {
  border-bottom-color: #fff;
}

.insdevelop-btn a.insdevelop-next:hover {
  background-color: #2494ac;
  border-color: #2494ac;
}

.insdevelop-btn a.insdevelop-next:hover::after {
  border-top-color: #fff;
}

.inside-develop-content {
  position: relative;
  height: 600px;
  overflow: hidden;
  margin-top: -35px;
}

.inside-develop-content::before {
  content: "";
  display: block;
  width: 2px;
  height: 200%;
  background-color: #ebebeb;
  position: absolute;
  left: 46.5625%;
  top: -70px;
}

.inside-develop-content .year-line {
  width: 46.5625%;
  height: 111px;
  border: 1px solid #ebebeb;
  border-left: 0;
  border-right: 0;
  position: absolute;
  top: 226px;
  left: 0;
}

.insdevelop-year-wrapper {
  float: left;
  width: 46.5625%;
  padding: 0 0 0 66px;
  position: relative;
}

.insdevelop-year-wrapper li {
  position: relative;
  height: 120px;
}

.insdevelop-year-wrapper li.cur p::after {
  height: 45px;
}

.insdevelop-year-wrapper li p {
  height: 100%;
  line-height: 120px;
  text-align: right;
  padding: 0 20px 0 0;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.insdevelop-year-wrapper li p::after {
  content: "";
  display: block;
  width: 2px;
  background-color: #979797;
  position: absolute;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  -webkit-transition: height ease 0.5s;
  -o-transition: height ease 0.5s;
  transition: height ease 0.5s;
}

.insdevelop-year-wrapper li p .num {
  font-size: 22px;
  font-family: Arial, Helvetica, sans-serif;
}

.insdevelop-year-wrapper li p .year {
  font-size: 15px;
}

.insdevelop-dedd-wrapper {
  float: left;
  width: 53.15789%;
  max-width: 770px;
  padding: 0 0 0 20px;
}

.insdevelop-dedd-wrapper li .desc {
  padding-bottom: 33px;
}

.insdeveop-text {
  padding: 60px 0 20px 20px;
  float: right;
  width: 53.15789%;
}

.insdeveop-text p {
  font-size: 24px;
}

.beer-slider {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.beer-slider *, .beer-slider:after, .beer-slider :after, .beer-slider:before, .beer-slider :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.beer-slider img, .beer-slider svg {
  vertical-align: bottom;
}

.beer-slider > * {
  height: 100%;
}

.beer-slider > img {
  height: auto;
  max-width: 100%;
}

.beer-reveal {
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 50%;
  top: 0;
  -webkit-transition: opacity .35s;
  -o-transition: opacity .35s;
  transition: opacity .35s;
  z-index: 1;
}

.beer-reveal > :first-child {
  height: 100%;
  max-width: none;
  width: 200%;
}

.beer-reveal > img:first-child {
  height: auto;
}

.beer-range {
  -moz-appearance: none;
  -ms-touch-action: auto;
  -webkit-appearance: slider-horizontal !important;
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: -1px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  touch-action: auto;
  width: -webkit-calc(100% + 2px);
  width: -webkit-calc(100% + 0.01778rem);
  width: calc(100% + 2px);
  width: calc(100% + 0.01778rem);
  z-index: 2;
}

.beer-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 300vh;
}

.beer-range::-moz-range-thumb {
  -webkit-appearance: none;
  height: 300vh;
}

.beer-range::-ms-tooltip {
  display: none;
}

.beer-handle {
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 6px transparent;
  -webkit-box-shadow: 0 0 0.05333rem transparent;
  box-shadow: 0 0 6px transparent;
  box-shadow: 0 0 0.05333rem transparent;
  color: #000;
  height: 78px;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: background .3s, opacity .5s .25s, -webkit-box-shadow .3s;
  transition: background .3s, opacity .5s .25s, -webkit-box-shadow .3s;
  -o-transition: background .3s, box-shadow .3s, opacity .5s .25s;
  transition: background .3s, box-shadow .3s, opacity .5s .25s;
  transition: background .3s, box-shadow .3s, opacity .5s .25s, -webkit-box-shadow .3s;
  width: 78px;
  z-index: 100;
  background: url(../images/wimg7.png) no-repeat center;
  background-size: cover;
}

.beer-reveal[data-beer-label]:after, .beer-slider[data-beer-label]:after {
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
  content: attr(data-beer-label);
  line-height: 1;
  padding: .5rem;
  position: absolute;
  top: 1.5rem;
}

.beer-slider[data-beer-label]:after {
  right: 1.5rem;
}

.beer-reveal[data-beer-label]:after {
  left: 1.5rem;
}

.beer-reveal[data-beer-label=""]:after, .beer-slider[data-beer-label=""]:after {
  content: none;
}

.beer-ready .beer-handle, .beer-ready .beer-reveal {
  opacity: 1;
}

.beer-reveal[data-beer-label]:after, .beer-slider[data-beer-label]:after {
  top: auto;
  bottom: 10%;
  font-size: 30px;
  font-size: 0.26667rem;
  line-height: 64px;
  line-height: 0.56889rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0 50px;
  padding: 0 0.44444rem;
  -webkit-border-radius: 32px;
  -webkit-border-radius: 0.28444rem;
  border-radius: 32px;
  border-radius: 0.28444rem;
  white-space: nowrap;
}

.beer-slider[data-beer-label]:after {
  right: auto;
  left: 54%;
}

.beer-reveal[data-beer-label]:after {
  left: auto;
  right: 8%;
}

.beer-reveal::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  width: 0.01778rem;
  height: 100%;
  background-color: #fff;
}

.inside-spepage-detial {
  background-color: #f6f6f6;
}

svg {
  margin-left: -17px;
}

.swiper-pagination-customs circle {
  stroke-dasharray: 100, 100;
  stroke-dashoffset: 90;
  stroke: #2193ab;
  -o-animation: show100 4s infinite;
  animation: show100 4s infinite;
  -webkit-animation: show100 4s infinite;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.swiper-pagination-customs:hover circle {
  -o-animation-play-state: paused;
  animation-play-state: paused;
  -webkit-animation-play-state: paused;
}

@-webkit-keyframes show100 {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@-o-keyframes show100 {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes show100 {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}


@media (min-width: 768px) {
  /* 新闻中心 */
  .insnews-list ul {
    margin: 0 -15px;
    padding-bottom: 10px;
  }

  .insnews-list ul li {
    padding: 0 15px 30px;
  }

  .insnews-list ul li .title {
    display: -webkit-box;
    height: 48px;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  /*关于我们-企业文化*/
  .iculture-list li {
    width: 25%;
  }

  /*关于我们-公司简介*/
  .inside-company .desc {
    width: 37.5%;
  }

  .inspepage-bgm {
    height: 460px;
  }

  .spepage-design {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .common-left {
    left: 0;
    padding-left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .common-left .spepage-img {
    left: 44.0625%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .common-left .spepage-text { /* padding-top: 19%; */
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .common-left.spepage-design-three .spepage-img {
    left: 29.16667%;
    top: 57%;
  }

  .common-left.spepage-design-three .spepage-text {
    top: 33%;
  }

  .inside-spepage-title {
    font-size: 22px;
  }

  .common-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 4%;
    text-align: center;
  }

  .common-center .spepage-img {
    top: 20%;
  }

  .colorfff {
    color: #ffffff;
  }

  .spepage-img-list .img {
    margin-left: -18%;
  }

  .spepage-icons {
    padding: 10% 0 0;
  }

  .spepage-icons ul {
    padding: 30px 0 0;
  }

  .spepage-icons li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 0 10px;
  }

  .spepage-icons li .icon {
    width: 100px;
    height: 100px;
  }

  .spepage-icons li .icon img {
    width: 80px;
    height: 80px;
  }

  .spepage-icons li .text {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    padding: 0 16px;
    margin: 10px 0 0;
  }

  .spepage-design-one {
    z-index: 1;
  }

  .spepage-design-one .spepage-img {
    left: 44%;
    top: 75%;
  }

  .spepage-design-one .spepage-img img {
    width: auto;
    height: 400px;
  }

  .spepage-design-four .spepage-img {
    top: 171px;
  }

  .spepage-design-four .spepage-img img {
    width: auto;
    height: 270px;
  }

  .spepage-four-tips p {
    width: 240px;
    padding: 10px;
  }

  .spepage-four-tips p:nth-child(1) {
    left: -200px;
    top: 56px;
  }

  .spepage-four-tips p:nth-child(2) {
    right: -220px;
    top: 105px;
  }
}


@media (min-width: 1024px) {
  .mobnav-btn {
    display: none;
  }

  .inside-header {
    height: 80px;
  }

  .inside-header header {
    background-color: #ffffff;
  }

  /* 联系我们 */
  .insbantitle {
    font-size: 24px;
  }

  .insbanbtn.insbanprev {
    left: 40px;
  }

  .insbanbtn.insbannext {
    right: 40px;
  }

  .insideweb {
    padding: 0 40px;
  }

  .inside-wrap {
    padding-top: 50px;
  }

  .inside-title {
    padding: 0 0 23px;
  }

  .inside-title .title {
    font-size: 22px;
  }

  .wfont36, .wfont28, .wfont26, .wfont24 {
    font-size: 22px;
  }

  .inscontact {
    overflow: hidden;
  }

  .inscontact ul {
    margin: 0 -20px;
  }

  .inscontact li {
    padding: 0 20px 40px;
  }

  .inscontact li .cont {
    padding: 20px;
  }

  .inscontact li .desc {
    margin: 0;
  }

  .inscontact li .desc p {
    padding: 0 0 5px 0;
  }

  .inside-subnav {
    max-width: 1400px;
    margin: 0 auto;
  }

  .channel-title {
    display: none;
  }

  .subnav {
    display: block !important;
    position: static;
    background-color: transparent;
    padding-bottom: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .subnav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .subnav ul li {
    line-height: 60px;
    width: auto;
    position: relative;
  }

  .subnav ul li::after {
    content: "";
    width: 1px;
    height: 16px;
    background-color: #dedede;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
  }

  .subnav ul li:last-child::after {
    display: none;
  }

  .subnav ul li a {
    font-size: 16px;
    position: relative;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    position: relative;
  }

  .subnav ul li a:after {
    content: "";
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 51%;
    right: 51%;
    z-index: -1;
    background-color: #2494ac;
    -webkit-transition-property: left, right;
    -o-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    color: #2494ac;
  }

  .subnav ul li a::before {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom-color: #2494ac;
    position: absolute;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    border-bottom-width: 12px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    opacity: 0;
  }

  .subnav ul li.cur a, .subnav ul li:hover a {
    background-color: #ffffff;
    color: #2494ac;
  }

  .subnav ul li.cur a::after, .subnav ul li:hover a::after {
    left: 0;
    right: 0;
    z-index: 1;
  }

  .subnav ul li.cur a::before, .subnav ul li:hover a::before {
    opacity: 1;
  }

  .subnav .sub-btn {
    width: 44px;
    height: 100%;
    cursor: pointer;
    z-index: 10;
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    padding: 0;
  }

  .subnav .sub-btn::before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-left: 2px solid #848484;
    border-bottom: 2px solid #848484;
  }

  .subnav .sub-btn.sub-prev {
    left: 0;
  }

  .subnav .sub-btn.sub-prev::before {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    margin: 25px 0 0 17px;
  }

  .subnav .sub-btn.sub-next {
    right: 0;
  }

  .subnav .sub-btn.sub-next::before {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    margin: 25px 0 0 8px;
  }

  /*新闻中心*/
  .insnews-list {
    padding-bottom: 100px;
  }

  .insnews-list ul li a {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .insnews-list ul li a:hover {
    -webkit-box-shadow: 3px 3px 23px rgba(83, 87, 84, 0.3);
    box-shadow: 3px 3px 23px rgba(83, 87, 84, 0.3);
  }

  .insnews-list ul li a:hover .figure img {
    -webkit-transform: translate(-50%, -50%) scale(1.03);
    -ms-transform: translate(-50%, -50%) scale(1.03);
    -o-transform: translate(-50%, -50%) scale(1.03);
    transform: translate(-50%, -50%) scale(1.03);
  }

  .insnews-list ul li a:hover .desc {
    background-color: #fff;
  }

  .insnews-list ul li a:hover .title {
    color: #2494ac;
  }

  .insnews-list ul li .desc {
    padding: 24px 30px;
  }

  .insnews-list ul li .title {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    margin-bottom: 21px;
  }

  /*新闻中心-详情*/
  .commoncepwrap {
    padding-bottom: 43px;
  }

  .webleft {
    float: left;
    width: 65%;
    background-color: #ffffff;
    padding: 0;
  }

  .webright {
    float: right;
    width: 30%;
  }

  .news-detail-title {
    padding: 21px 60px 14px 25px;
  }

  .news-detail-title .date {
    padding: 10px 0 0;
  }

  .news-detail-title h1 {
    font-size: 22px;
    padding: 0 0 27px 0;
  }

  .news-share-btn {
    display: block;
    position: absolute;
    right: 0;
    bottom: -40px;
    z-index: 1;
  }

  #news-share {
    width: 44px;
  }

  #news-share a {
    float: none;
    display: block;
    width: 27px;
    height: 22px;
    margin: 0 auto 17px;
    padding: 0;
  }

  #news-share .share-btn {
    display: block;
    width: 44px;
    height: 44px;
  }

  .bdshare_dialog_bg, .bdshare_dialog_box {
    display: none !important;
  }

  .news-detail-cont {
    margin: 18px 0 0 0;
    padding: 29px 35px 0 0;
    line-height: 26px;
    color: #828282;
  }

  .news-date {
    font-size: 18px;
  }

  .news-detail-foot {
    padding: 0 0 100px;
  }

  .news-detail-foot dl {
    padding: 25px 50px 32px;
  }

  .news-detail-foot dl dd, .news-detail-foot dl dt {
    float: left;
    width: 50%;
  }

  .news-detail-foot dl dd {
    text-align: right;
  }

  .inside-news-title .title {
    font-size: 22px;
  }

  .news-related-title {
    padding: 0 20px;
  }

  .news-related-wrapper ul li .desc {
    padding: 26px 0 5px;
  }

  .news-related-wrapper ul li .desc .title {
    font-size: 20px;
    line-height: 28px;
    height: 56px;
    margin: 0 0 14px;
  }

  .news-related-wrapper ul li .desc .date {
    font-size: 16px;
    padding: 22px 0 0;
  }

  /*关于我们-组织架构*/
  .inside-structure {
    padding: 0 0 100px 0;
  }

  .inside-structure h3 {
    font-size: 20px;
    padding: 0 0 10px;
  }

  /*关于我们-人才招聘*/
  .insrecruit-list {
    padding: 5px 0 103px;
  }

  .insrecruit-list ul {
    padding: 0 0 30px;
  }

  .insrecruit-list li .rectue-top {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    padding: 27px 42px 27px 42px;
  }

  .insrecruit-list li .rectue-top span {
    width: 20%;
    margin-bottom: 0;
  }

  .insrecruit-list li .rectue-top .pnum {
    width: 28%;
  }

  .insrecruit-list li .rectue-top .icon {
    width: 36px;
    height: 36px;
    right: 42px;
    top: 21px;
  }

  .insrecruit-list li .rectue-top .icon em {
    width: 36px;
  }

  .insrecruit-list li .rectue-top .icon em:nth-child(2) {
    width: 1px;
    height: 36px;
  }

  .insrecruit-list li .rectue-min {
    padding: 46px 40px;
    line-height: 26px;
  }

  .insrecruit-list li .rectue-min .desc {
    padding: 0 0 39px 0;
  }

  .insrecruit-list li .rectue-min h3 {
    padding: 0 0 20px;
    font-size: 18px;
  }

  .insrecruit-list li .rectue-send {
    text-align: right;
    margin-top: -80px;
  }

  .insrecruit-list li .rectue-send a:hover {
    background-color: #2494ac;
  }

  /*关于我们-企业文化*/
  .inside-culture {
    padding: 0 0 260px;
  }

  .iculture-desc-wrap {
    width: 100%;
    position: absolute;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 14%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    padding: 0;
  }

  .iculture-desc-wrap h3::after {
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background-color: #fff;
    margin: 23px auto 17px;
  }

  .iculture-list {
    max-width: 860px;
    position: absolute;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 100px;
    width: 100%;
  }

  .iculture-list ul {
    margin: 0 -10px;
  }

  .iculture-list li {
    padding: 0 10px;
  }

  .iculture-list li .content::after {
    padding-bottom: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .iculture-list li .content img {
    display: none;
  }

  .iculture-list li .content h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .iculture-list li .content h3::after {
    margin-top: 30px;
  }

  .iculture-list li:hover .content h3, .iculture-list li.cur .content h3 {
    top: 30%;
  }

  .iculture-list li:hover .content img, .iculture-list li.cur .content img {
    display: block;
  }

  .iculture-list li:hover .content::after, .iculture-list li.cur .content::after {
    padding-bottom: 150%;
  }

  /*关于我们-企业视频*/
  .inside-videos-wrapper {
    padding: 0 0 67px;
  }

  .inside-videos-wrapper li {
    max-width: 960px;
  }

  .insvideo-text {
    font-size: 22px;
    padding: 30px 0;
  }

  /*关于我们-发展历程*/
  .insdevelop-btn {
    top: 50%;
    left: 15.625%;
  }

  .insdevelop-btn a {
    width: 40px;
    height: 40px;
  }

  .insdevelop-btn a.insdevelop-prev::after {
    left: 14px;
    top: 10px;
  }

  .insdevelop-btn a.insdevelop-next::after {
    left: 14px;
    bottom: 10px;
  }

  .insdevelop-year-wrapper {
    padding: 0;
  }

  .insdevelop-year-wrapper li p {
    padding: 0 60px 0 0;
  }

  .insdevelop-year-wrapper li p .num {
    font-size: 30px;
  }

  .inside-development .title {
    padding-left: 15.625%;
  }

  .inside-develop-content .year-line {
    height: 120px;
    top: 240px;
  }

  .insdevelop-dedd-wrapper {
    padding: 0 0 0 40px;
  }

  .insdevelop-dedd-wrapper li .desc {
    line-height: 30px;
    font-size: 16px;
    padding-bottom: 33px;
  }

  .insdeveop-text {
    padding: 60px 0 20px 40px;
  }

  /*关于我们-公司简介*/
  .inside-company .content {
    line-height: 28px;
    padding: 45px 40px 96px 65px;
  }

  .inside-company .content .text {
    margin: 36px 0 0 36px;
    padding-left: 30px;
  }

  .inside-company .comtop {
    position: relative;
  }

  .inside-company .desc {
    position: absolute;
    right: -20px;
    bottom: -45px;
    padding: 90px 38px 50px;
    -webkit-box-shadow: 0.1rem 0.8rem 4rem -0.4rem #9acdd9;
    box-shadow: 0.1rem 0.8rem 4rem -0.4rem #9acdd9;
  }

  .inside-company .desc::after {
    width: 128px;
    right: -50px;
  }

  .inside-company .desc .cn {
    padding: 0 0 15px;
  }

  /*关于我们-品牌故事*/
  .inside-stories {
    padding: 0 0 94px;
  }

  .instories-text {
    font-size: 16px;
  }

  .instories-text h3 {
    font-size: 20px;
    padding: 0 0 13px;
  }

  .instories-text .desc {
    padding: 0 0 22px 0;
  }

  .instories-numscroll ul li .title .num {
    font-size: 40px;
  }

  .instories-numscroll ul li .title .type {
    font-size: 16px;
  }

  .instories-img h4 {
    font-size: 18px;
  }

  /*产品详情-技术参数*/
  .inside-product-part {
    padding-bottom: 100px;
  }

  .ins-prod-tit {
    float: left;
    width: 50%;
  }

  .ins-prod-tit .curtitle {
    line-height: 40px;
    font-size: 18px;
  }

  .ins-prod-tab {
    float: left;
    width: 33.7%;
    text-align: right;
    padding: 0;
    line-height: 33px;
  }

  .ins-prod-tab a {
    margin: 0 40px 0 0;
    font-size: 16px;
  }

  .ind-prod-target {
    float: right;
  }

  .ins-part-table table tr td {
    font-size: 16px;
  }

  .ins-part-title h3 {
    font-size: 22px;
  }

  .ins-part-toggle li {
    padding: 36px 0;
  }

  .ins-part-toggle li::before {
    top: 51px;
  }

  .ins-part-toggle li.cur::before {
    top: 38px;
  }

  .ins-part-cont {
    width: 81.66667%;
    float: right;
  }

  .ins-part-table {
    width: 100%;
  }

  .ins-part-scen {
    font-size: 16px;
    line-height: 26px;
  }

  .ins-part-scen h4 {
    font-size: 22px;
  }

  .ins-pro-title-lv {
    top: 50px;
  }

  .ins-pro-title-lv a:hover {
    color: #2494ac;
  }

  .ins-patr-top {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .ins-part-img {
    float: left;
    width: 50%;
  }

  .ins-part-desc {
    overflow: hidden;
    padding: 54px 0 0 80px;
  }

  .ins-part-desc .name {
    font-size: 16px;
    padding-bottom: 25px;
  }

  .ins-part-desc .name h2 {
    padding: 0 0 11px;
  }

  .ins-part-desc .point {
    padding: 24px 0;
  }

  .ins-part-desc .dyf {
    line-height: 26px;
    padding: 23px 0;
  }

  .ins-part-desc .dyf h4 {
    font-size: 16px;
    padding: 0 0 7px;
  }

  .ins-part-desc .handbtn {
    padding: 31px 0;
  }

  /*产品列表*/
  .insproweb {
    padding: 50px;
  }

  .inspro-spical-wrapper {
    padding: 20px 0 0;
  }

  .inspro-spical-wrapper li .inspical-img {
    float: left;
    width: 48.35165%;
  }

  .inspro-spical-wrapper li .inspicl-desc {
    overflow: hidden;
    font-size: 16px;
    line-height: 26px;
  }

  .inspro-spical-wrapper li .inspicl-desc h2 {
    font-size: 30px;
    line-height: 40px;
    padding: 0 0 20px;
  }

  .inspro-spical-wrapper li .inspicl-desc .detail-btn {
    width: 140px;
    line-height: 50px;
    margin-top: 30px;
  }

  .inspicl-pagination {
    position: absolute;
    bottom: 10%;
    left: 48.35165%;
  }

  .inspicl-pagination span {
    margin: 0 15px 0 0;
  }

  .inspical-list ul {
    margin: 0 -10px;
  }

  .inspical-list li {
    float: left;
    width: 33.3333%;
    padding: 10px;
  }

  .inspical-list li:hover .insp-list-cont {
    -webkit-box-shadow: 3px 3px 23px rgba(83, 87, 84, 0.3);
    box-shadow: 3px 3px 23px rgba(83, 87, 84, 0.3);
  }

  .inspical-list li .insp-list-cont {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .inspical-list li .insp-list-cont .desc h2 {
    font-size: 20px;
  }

  .insp-list-record {
    padding: 62px 0 48px;
  }

  .insp-list-record .text {
    font-size: 16px;
    padding: 14px;
  }

  .insp-more {
    margin-top: 70px;
    cursor: pointer;
  }

  .inside-product-part2 {
    padding-top: 92px;
  }

  .inside-product-part2 .ins-part-title {
    float: left;
  }

  .inside-product-part2 .ins-part-table {
    margin-top: 0;
  }

  .inside-spepage-title {
    font-size: 30px;
    line-height: 40px;
  }

  .inside-spepage-nine {
    padding: 40px 0;
  }

  .inside-spepage-meter {
    padding: 31px 0 0;
  }

  .inside-spepage-meter ul {
    margin: 0 -15px;
  }

  .inside-spepage-meter li {
    padding: 0 15px;
  }

  .inside-spepage-meter li .text {
    font-size: 18px;
    padding: 17px 0 0 0;
  }

  .inside-spepage-gauge {
    padding: 69px 0 0;
  }

  .inside-spepage-gauge li {
    width: 20%;
    padding-bottom: 34px;
  }

  .inside-spepage-gauge li .icon {
    width: 90px;
    height: 90px;
  }

  .inside-spepage-gauge li .text {
    font-size: 14px;
    padding: 17px 0 0;
  }

  .inspepage-btn a::after {
    width: 28px;
    height: 28px;
  }

  .inspepage-btn a.inspepage-prev {
    margin-left: -40px;
  }

  .inspepage-btn a.inspepage-next {
    margin-right: -40px;
  }

  .inside-spepage-wrapper li .text {
    font-size: 18px;
    padding: 15px 0 0;
  }

  .inside-spepage-survey {
    padding: 74px 0;
  }

  .inside-spepage-content {
    padding: 28px 0 18px;
  }

  .inspepage-bgm {
    height: 600px;
  }

  .spepage-img img {
    width: 60%;
  }

  .inspepage-enight-desc .cont .num {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }

  .spepage-icons {
    padding: 12% 0 0 0;
    max-width: 1000px;
    margin: 0 auto;
  }

  .common-left {
    padding-left: 18.54167%;
  }

  .spepage-four-tips p {
    width: 360px;
    padding: 19px 35px;
    font-size: 18px;
  }

  .spepage-four-tips p:nth-child(1) {
    top: 22%;
    left: -106%;
  }

  .spepage-four-tips p:nth-child(2) {
    right: -100%;
    top: 46%;
  }

  .spepage-design-one .spepage-img {
    left: 40%;
    top: 74%;
  }

  .spepage-design-one .spepage-img img {
    height: 590px;
  }

  .spepage-design-four .spepage-img {
    top: 171px;
  }

  .spepage-design-four .spepage-img img {
    width: auto;
    height: 406px;
  }

  .beer-handle {
    width: 200px;
    height: 200px;
    top: 62%;
  }
}


/* 联系我们 */
@media (min-width: 1260px) {
  .inside-header {
    height: 100px;
  }

  .insbantitle {
    font-size: 30px;
  }

  .insbanbtn.insbanprev {
    left: 0;
  }

  .insbanbtn.insbannext {
    right: 0;
  }

  .insbanbtn::before {
    width: 35px;
    height: 35px;
  }

  .insideweb {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
  }

  .inside-wrap {
    padding-top: 92px;
  }

  .inside-title .title {
    font-size: 28px;
  }

  .wfont36 {
    font-size: 30px;
  }

  .wfont28 {
    font-size: 28px;
  }

  .wfont26 {
    font-size: 26px;
  }

  .wfont24 {
    font-size: 24px;
  }

  .inscontact {
    padding-bottom: 60px;
  }

  .inscontact li img {
    height: 70px;
  }

  .inscontact li .desc {
    max-width: 249px;
  }

  .map {
    height: 480px;
  }

  .inside-subnav::after {
    content: "";
    display: block;
    width: 90%;
    max-width: 1200px;
    height: 1px;
    background-color: #d6d6d6;
    margin: 0 auto;
  }

  .subnav ul li a {
    padding: 20px 40px;
  }

  /*新闻中心-详情*/
  .news-detail-title h1 {
    font-size: 28px;
    line-height: 1.2;
  }

  /*关于我们-发展历程*/
  .insdevelop-year-wrapper p .num {
    font-size: 40px;
  }

  .insdevelop-year-wrapper p .year {
    font-size: 20px;
  }

  .inside-development .insideweb {
    max-width: 100%;
  }

  .instories-numscroll ul li .title .num {
    font-size: 44px;
  }

  /*产品详情-技术参数*/
  .ins-part-title h3 {
    font-size: 28px;
    line-height: 28px;
  }

  .ins-prod-tab {
    width: 37%;
  }

  .ins-part-desc .name h2 {
    font-size: 34px;
    line-height: 34px;
  }

  .ins-part-desc .point {
    color: #333333;
  }

  .ins-part-desc .dyf h4 {
    color: #333333;
  }

  .inspro-spical-wrapper li .inspicl-desc {
    font-size: 18px;
    padding-right: 16.48352%;
    padding-top: 10%;
  }

  .inspro-spical-wrapper li .inspicl-desc h2 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 32px;
  }

  .inspro-spical-wrapper li .inspicl-desc .detail-btn {
    width: 190px;
    line-height: 60px;
    margin-top: 65px;
  }

  .inspicl-pagination {
    bottom: 16%;
  }

  .inspicl-btn a {
    width: 64px;
    height: 64px;
  }

  .inspicl-btn a.inspicl-prev {
    margin-left: -28px;
  }

  .inspicl-btn a.inspicl-next {
    margin-right: -28px;
  }

  .inspical-list ul {
    margin: -20px;
  }

  .inspical-list li {
    padding: 20px;
  }

  .inspical-list li .insp-list-cont .desc h2 {
    font-size: 22px;
  }

  .inside-spepage-title {
    font-size: 40px;
    line-height: 50px;
  }

  .inspepage-bgm {
    height: 800px;
  }

  .spepage-img img {
    width: 80%;
  }

  .spepage-design-four .spepage-img {
    top: 359px;
  }
}

@media (min-width: 1400px) {
  .inside-subnav {
    margin-top: -100px;
    border-bottom: 0;
  }

  .subnav .sub-btn.sub-next::before, .subnav .sub-btn.sub-prev::before {
    margin-top: 42px;
  }
}


@media (min-width: 1680px) {
  .insbantitle {
    font-size: 42px;
    line-height: 52px;
  }

  .insbanbtn::before {
    width: 52px;
    height: 52px;
  }

  .insbanbtn span::after {
    width: 80px;
  }

  .inside-title .title {
    font-size: 36px;
    line-height: 46px;
  }

  .wfont36 {
    font-size: 36px;
    line-height: 46px;
  }

  /*关于我们-发展历程*/
  .inside-development .title {
    padding-left: 20.57292%;
    top: 102px;
  }

  .insdevelop-year-wrapper li {
    height: 226px !important;
  }

  .insdevelop-year-wrapper li p {
    line-height: 226px;
    padding-right: 160px;
  }

  .insdevelop-year-wrapper li p .num {
    font-size: 40px;
  }

  .insdevelop-year-wrapper li p .year {
    font-size: 20px;
    margin-left: 2px;
  }

  .inside-develop-content {
    height: 1130px;
  }

  .inside-develop-content .year-line {
    height: 226px;
    top: 450px;
  }

  .insdevelop-btn {
    left: 20.57292%;
  }

  .insdevelop-btn a {
    display: block;
    width: 73px;
    height: 73px;
    margin: 10px 0;
  }

  .insdevelop-btn a.insdevelop-prev::after {
    left: 31px;
    top: 28px;
  }

  .insdevelop-btn a.insdevelop-next::after {
    bottom: 28px;
    left: 31px;
  }

  .insdeveop-text {
    padding: 112px 0 60px 60px;
  }

  .insdeveop-text p {
    font-size: 36px;
    line-height: 36px;
    padding-top: 10px;
  }

  .insdevelop-dedd-wrapper {
    padding-left: 60px;
  }

  /*关于我们-公司简介*/
  .inside-company .content .text {
    margin-left: 83px;
    padding-left: 88px;
  }

  .inside-company .desc {
    right: -145px;
  }

  /*产品中心*/
  .inspro-spical-wrapper li .inspicl-desc {
    padding-left: 0;
  }

  .inspro-spical-wrapper li .inspicl-desc h2 {
    font-size: 60px;
    line-height: 70px;
  }

  .inspical-list {
    padding-bottom: 53px;
  }

  .inspical-list ul {
    margin: 0 -30px;
  }

  .inspical-list li {
    padding: 30px;
    line-height: 30px;
  }

  .inspical-list li .insp-list-cont {
    padding: 65px 0 67px 40px;
  }

  .inspical-list li .insp-list-cont .img {
    width: 76%;
    right: -40px;
  }

  .inspical-list li .insp-list-cont .desc h2 {
    font-size: 30px;
  }

  .inspical-list li .insp-list-cont .desc p {
    line-height: 26px;
    height: 52px;
    margin: 21px 0 45px;
  }

  .inspical-list li .insp-list-cont .desc a {
    width: 145px;
    line-height: 47px;
  }

  .inside-spepage-title {
    font-size: 54px;
    line-height: 70px;
  }

  .inside-spepage-nine {
    padding: 90px 0;
  }

  .inside-spepage-meter ul {
    margin: 0 -115px;
  }

  .inside-spepage-meter li .text {
    font-size: 22px;
  }

  .inside-spepage-gauge li .icon {
    width: 116px;
    height: 116px;
  }

  .inside-spepage-content {
    margin: 0 -100px;
  }

  .inspepage-btn a.inspepage-prev {
    margin-left: -45px;
  }

  .inspepage-btn a.inspepage-next {
    margin-right: -45px;
  }

  .inspepage-bgm {
    height: 950px;
  }

  .spepage-img img {
    width: 100%;
  }

  .inspepage-enight-desc {
    padding: 34px 0 0;
  }

  .inspepage-enight-desc .cont {
    padding: 0 0 20px;
  }

  .inspepage-enight-desc .cont .num {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 46px;
  }

  .inspepage-enight-desc .cont .text {
    font-size: 18px;
  }

  .common-center {
    top: 9%;
  }

  .inside-spepage-text {
    font-size: 18px;
    line-height: 30px;
    padding: 14px 0 0;
  }

  .inspepage-six-desc {
    padding: 21px 0 0;
  }

  .inspepage-six-desc .cont {
    padding: 0 0 30px;
  }

  .inspepage-six-desc .cont .icon img {
    height: 111px;
  }

  .inspepage-six-desc .cont .text {
    padding: 0 0 0 30px;
    font-size: 16px;
  }

  .inspepage-six-desc .cont .text span {
    font-size: 24px;
    padding: 0 0 15px 0;
  }

  .spepage-icons {
    padding: 13% 0 0 0;
  }

  .spepage-icons ul {
    padding: 51px 0 0;
  }

  .spepage-icons li {
    width: 25%;
    padding: 0 0 36px;
  }

  .spepage-icons li .icon {
    width: 138px;
    height: 138px;
  }

  .spepage-icons li .icon img {
    width: 118px;
    height: 118px;
  }

  .spepage-icons li .text {
    font-size: 17px;
    padding: 0 29px;
    margin: 30px 0 0;
  }

  .spepage-four-tips p:nth-child(1) {
    top: 23.8%;
    left: -76%;
  }

  .spepage-four-tips p:nth-child(2) {
    right: -71%;
    top: 50%;
  }

  .spepage-design-four {
    top: 13%;
  }

  .spepage-design-four .spepage-img {
    top: 28%;
  }

  .spepage-design-four .spepage-img img {
    height: 549px;
  }

  .spepage-design-one .spepage-img {
    left: 36%;
    top: 71.5%;
  }

  .spepage-design-one .spepage-img img {
    height: 970px;
  }

  .spepage-design-one .inside-spepage-text {
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
  }

  .spepage-text h4 {
    padding: 0 0 15px;
  }
}

.searchcont401 {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #ffffff;
  min-height: 60vh;
}

.searchtitle401 {
  padding: 28px 15px;
  background-color: #f2f2f2;
}

.searchtitle401 span {
  color: #009cb6;
}

.resultlist401 {
  font-size: 13px;
  padding: 3% 0;
}

.resultlist401 ul {
  padding-bottom: 30px;
}

.resultlist401 ul li img {
  display: block;
  width: 100%;
  margin-bottom: 2%;
}

.resultlist401 li {
  padding: 15px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: -1px;
}

.resultlist401 h4 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 3%;
}

.resultlist401 h4 em {
  color: #009cb6;
  font-style: normal;
}

.resultlist401 h4 a {
  display: block;
}

.resulttext401 {
  overflow: hidden;
  height: 72px;
  color: #999;
}

.resultlabel401 {
  color: #999;
  display: inline-block;
  padding-top: 30px;
}

.searchinputcont401 dt input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-indent: 12px;
  font-size: 15px;
  color: #333333;
  background-color: #ffffff;
  font-family: "Microsoft YaHei";
}

.searchinputcont401 dd input {
  margin-top: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  background-color: #009cb6;
  text-align: center;
  font-family: "Microsoft YaHei";
}

.searchinputcont401 dd input:hover {
  background-color: #048fb6;
}

.keywords {
  color: #da251d;
}

@media (min-width: 768px) {
  .searchtitle401 {
    font-size: 24px;
  }

  .resultlist401 h4 {
    font-size: 20px;
    margin-bottom: 2%;
  }

  .searchimg401 {
    float: left;
    margin: 0 3% 0 0;
    display: block;
    width: 200px;
    height: 150px;
    overflow: hidden;
    position: relative;
  }

  .resultlist401 ul li img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    max-width: 100%;
    width: auto;
  }
}

@media (min-width: 992px) {
  .searchcont401 {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .searchinputcont401 {
    width: 45%;
    margin: 0 auto;
  }

  .resultlist401 ul {
    padding-bottom: 60px;
  }

  .searchinputcont401 dt {
    float: left;
    width: 78%;
  }

  .searchinputcont401 dd {
    float: left;
    width: 22%;
  }

  .searchinputcont401 dt input {
    font-size: 16px;
  }

  .searchinputcont401 dd input {
    margin-top: 0;
  }

  .searchinputcont401 dd input {
    font-size: 16px;
    font-weight: bold;
  }
}

.loadingmore {
  display: block;
  width: 100%;
  font-size: 14px;
  background-color: #009cb6;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.loadingmore:hover {
  background-color: #009cb6;
}

@media (min-width: 1024px) {
  .loadingmore {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}

.dead-discern {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.no-discern {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 60px;
  text-align: left;
}

.no-discern .noicon {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
}

.no-discern .noicon img {
  display: block;
  width: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  position: static;
}

.no-discern .cnts .title {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.no-discern .cnts .info {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  padding-left: 10px;
}

.common-back {
  right: 25px;
}


/* 1116修改 */
.inside-videos-wrapper .qysp-prev {
  float: left;
  margin-left: -10px;
  background-image: url(../images/wqprev.png);
  width: 64px;
  height: 64px;

  position: absolute;
  top: 39%;
  left: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
}

.inside-videos-wrapper {
  position: relative;
}

.inside-videos-wrapper .qysp-next {
  float: right;
  margin-right: -10px;
  background-image: url(../images/wqnext.png);
  width: 64px;
  height: 64px;
  position: absolute;
  top: 39%;
  right: 40px;
  display: block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
}


.ins-part-desc .prod-qq {
  display: inline-block;
  width: 46px;
  height: 46px;
  background: url(../images/prod-qq.png) no-repeat center center;
  vertical-align: middle;
  margin-left: 50px;
}

.ins-part-desc .prod-taobao {
  display: inline-block;
  width: 46px;
  height: 46px;
  background: url(../images/prod-taobao.png) no-repeat center center;
  vertical-align: middle;
  margin-left: 15px;
}


.insideweb {
}

.fx-po-ico {
  width: 50%;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}

.fx-po-ico a {

}

@media (min-width: 768px) {
  .insideweb {
    position: relative;
  }

  .fx-po-ico {
    position: absolute;
    top: 40%;
    right: 0;
    display: block;
    width: auto;
  }

  .fx-po-ico a {
    display: block;
    margin-bottom: 20px;
  }
}


/* 首页侧边 */
.sidebar {
  position: fixed;
  bottom: 24%;
  right: 0;
  z-index: 99;
  width: 55px;
  background: #019cb6;
  padding-bottom: 20px;
}

.sidebar a {
  position: relative;
  display: block;
  width: 55px;
  height: 22px;
  margin: 0;
  padding-top: 63px;
  text-align: center
}

.sidebar a i {
  display: block;
  font-style: normal;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  margin-top: -20px;

}

.sidebar a span {
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 45px;
  padding-left: 50px;
  color: #fff;
  line-height: 45px;
  font-size: 14px;
  background-color: #262626;
  background-repeat: no-repeat;
  background-image: url(../images/icon.png)
}

.sidebar .qq {
  background: url(../images/sideqq.png) no-repeat center 16px
}

.sidebar .qq span {
  background-position: -360px -186px;
  width: 90px
}

.sidebar .tel {
  background: url(../images/sidetel.png) no-repeat center 18px
}

.sidebar .tel span {
  top: 12px;
  width: 190px;
  height: 56px;
  font-size: 16px;
  line-height: 56px;
  font-weight: bold;
  text-align: left;
  background-position: -362px -226px;
}

.sidebar .edit {
  background: url(../images/sideedit.png) no-repeat center 21px
}

.sidebar .edit span {
  width: 120px;
  background-position: -362px -275px
}

.sidebar .price {
  background: url(../images/sideprice.png) no-repeat center 14px
}

.sidebar .wechat {
  background: url(../images/sidewechat.png) no-repeat center 19px;
  margin-bottom: 6px
}

.sidebar .wechat span {
  top: 15px;
  background: #fff;
  right: 65px;
  padding: 0px;
  width: 160px;
  height: 160px;
  padding: 8px;
  border: 1px solid #ccc
}

.sidebar .wechat span img {
  display: block;
  width: 100%;
  height: auto
}

/* .sidebar .hometop {
  padding-top: 0;
  height: 54px;
  background: url(../images/sidetop.png) no-repeat center
} */

.sidebar-form {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  border-radius: 5px 0 0 5px;
  padding: 0 30px;
  padding-top: 40px;
  display: none;

}

.sidebar-form input {
  margin-bottom: 10px;
  font-size: 14px;
  border-radius: 3px;
  padding: 0 5px;
}

.sidebar-form img {
  position: absolute;
  right: 6px;
  top: 9px;
  width: 15px;
  cursor: pointer;
}

.sidebar-form button {
  background: #009cb6;
  display: block;
  margin: 0 auto;
  border: none;
  padding: 2px 10px;
  color: #fff;
  border-radius: 4px;
}


.download-view {

}

.download-view form {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 20%;
  background: #fff;
  border-radius: 10px;
  /* overflow: hidden; */
  padding: 15px 0;
  position: relative;
  width: 40%;
}

.download-view form button {
  background: #009cb6;
  display: inline-block;
  margin: 0 auto;
  border: none;
  padding: 2px 10px;
  color: #fff;
  border-radius: 4px;
}

.download-view form input {
  width: 75%;
  padding: 0 10px;
}

.download-view form img {
  position: absolute;
  right: 6px;
  top: -23px;
  width: 18px;
  cursor: pointer;
}


@media (max-width: 768px) {
  .download-view form {
    margin-top: 45%;
    width: 90%;
  }
}

/*20201211 s*/
*, body, button, input, select, textarea {
  font-family: 'SourceHanSansCN-Medium';
}

.inspical-list li .insp-list-cont .desc a {
  background: #2193AB;
}

@media (min-width: 1260px) {
  .idxproduct-control ul li a {
    padding: 40px 60px 45px;
  }

  .inspro-spical-wrapper li .inspical-img {
    width: 40.35165%;
  }
}

@media (min-width: 1680px) {
  .inspical-list li .insp-list-cont .img {
    max-width: 50%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-height: 100%;
  }

  .inspical-list li .insp-list-cont .desc {
    padding-right: 50%;
  }

  .inspical-list li .insp-list-cont .img img {
    bottom: 0;
  }

  .inspical-list li {
    padding: 20px 30px;
  }

  .inspical-list li .insp-list-cont {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .inspical-list {
    padding-bottom: 30px;
  }

  .insp-list-record {
    padding-top: 40px;
  }

  .inspical-list li .insp-list-cont .desc h2 {
    font-size: 26px;
  }

}

/*20201211 e*/
/*20201216 s*/
.ins-part-desc .handbtn .zx {
  background: #E8373F;
}

/*20201216 e*/

/*20201221 s*/
.idxfield-swiper ul li {
  opacity: 0 !important;
}

.idxfield-swiper ul li.swiper-slide-active {
  opacity: 1 !important;
}

.inspicl-pagination {
  display: none;
}

.ins-part-desc .handbtn .zx {
  position: relative;
  background: #2394AC;
}

.ins-part-desc .handbtn .zx:hover .ljgmList {
  opacity: 1;
  pointer-events: auto;
  margin-top: 10px;
}

.ljgmList {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  background: #fff;
  z-index: 3;
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, .3);
  margin-top: 20px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.ljgmList a {
  display: block;
  line-height: 36px;
  text-align: center;
  border-bottom: solid 1px #eee;
}

.ljgmList a:last-child {
  border: 0;
}

.ljgmList::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  _font-size: 0;
  _line-height: 0;
  _overflow: hidden;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
}

.ljgmList::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 100%;
  height: 15px;
}

.ins-part-toggle li img {
  max-width: 100%;
}

.ind-prod-target {
  display: none;
}

.ins-prod-tit .crumb li {
  float: left;
  position: relative;
  padding-right: 22px;
}

.ins-prod-tit .crumb li::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  _font-size: 0;
  _line-height: 0;
  _overflow: hidden;
  width: 0;
  height: 0;
  border-width: 3px;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #757575;
}

.ins-prod-tit .crumb a {
  display: block;
  height: 30px;
  line-height: 30px;
}

.ins-prod-tit .crumb li.home a {
  width: 30px;
  background: url(../images/icon-home.png) no-repeat center center;
  background-size: 16px 15px;
}

.ins-prod-tit .crumb li:last-child::after {
  display: none;
}

.head-shop {
  display: inline-block;
  vertical-align: middle;
  padding-top: 8px;
  padding-bottom: 8px;
}

.head-shop a {
  display: block;
  width: 44px;
  height: 44px;
  background-image: url(../images/iocn-shop.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}

.ins-part-cont img {
  max-width: 100%;
}

.inspical-list li .insp-list-cont .desc p, .ins-part-desc, .inscontact li .desc .name, .subnav ul li a, .idxadvant-word, .idxadvant-swiper ul li .text, .idxnews-word, .idxnews-swiper ul li .text {
  color: #333;
}

.ins-part-title {
  margin-bottom: 20px;
}

.sidebar {
  bottom: 15%;
}

@media (min-width: 1024px) {
  .banner-font .text {
    font-size: 16px;
    margin-top: 20px;
  }

  .idxarrow-offset {
    position: static;
    transform: none;
  }

  .swiper-idxarrow-prev, .swiper-idxarrow-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
  }

  .swiper-idxarrow-prev {
    left: 0;
  }

  .swiper-idxarrow-next {
    right: 0;
  }

  .inspicl-btn {
    position: static;
    height: 0;
  }

  .inspicl-btn a.inspicl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .inspicl-btn a.inspicl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .inspro-spical-wrapper {
    margin-left: -50px;
    margin-right: -50px;
    margin-top: -50px;
  }

  .ins-part-desc {
    overflow: initial;
    margin-left: 50%;
  }

  .ins-prod-tab {
    float: right;
    width: auto;
  }

  .inside-product-info {
    top: 80px;
    right: 0px;
    left: 0px;
    transition: all .3s;
  }

  .inside-product-info.fixed {
    position: fixed;
  }

  .ins-part-title {
    margin-bottom: 30px;
  }

  .hsubnav {
    width: 200px;
  }

  .lv2nav .lv2 a {
    padding: 0 10px;
    text-align: left;
  }

}

@media (min-width: 1260px) {
  .inspro-spical-wrapper li .inspical-img {
    margin-left: 150px;
  }

  .inside-product-info {
    top: 100px;
  }
}

@media (min-width: 1680px) {
  .inspical-list li .insp-list-cont .img {
    max-height: 65%;
  }

  .inspical-list li .insp-list-cont .img img {
    right: 50%;
    transform: translateX(50%);
  }

  .inspical-list li .insp-list-cont .desc a {
    width: 120px;
    line-height: 40px;
  }

  .inspical-list li .insp-list-cont .desc h2 {
    white-space: normal;
    height: 60px;
  }
}

/*20201221 e*/

/*20201222 s*/
.head-shop {
  position: relative;
}

.head-shop:hover .head-shop-list {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}

.head-shop > a {
  width: auto;
  background: none;
  line-height: 44px;
  font-size: 14px;
  text-align: center;

}

.head-shop-list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 10px);
  width: 100px;
  background: #fff;
  z-index: 3;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .3);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.head-shop-list a {
  line-height: 40px;
  height: 40px;
  text-align: center;
  background: none;
  font-size: 14px;
}

@media (min-width: 1024px) {
  .head-shop > a {
    color: #fff;
    background: #2394AC;
    border-radius: 0;
    min-width: 44px;
    padding: 0 5px;
  }

  .hsubnav {
    width: 100%;
  }

  .hsubnav .lv2nav a {
    padding: 8px 12px;
    line-height: 22px;
  }
}

@media (min-width: 1260px) {
  .head-shop > a {
    font-size: 16px;
    min-width: 80px;
  }

  .hsubnav .lv2nav a {
    padding: 8px 16px;
  }
}

@media (min-width: 1400px) {
  .hsubnav .lv2nav a {
    padding: 8px 20px;
  }
}

/*20201222 e*/

/*20201225 s*/
.head-shop-list {
  width: 150px;
  padding-left: 10px;
  padding-right: 10px;
}

.head-shop-list a {
  width: auto;
  text-align: left;
  background-position: left center;
  background-size: 26px 26px;
  background-repeat: no-repeat;
  border-radius: 0;
  padding-right: 0px;
  padding-left: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top: solid 1px #ddd;
  /*padding-left: 42px;*/
}

.head-shop-list a:nth-child(1) {
  border: 0;
}

.idxfield-item, .idxproduct-item {
  display: block !important;
  height: 0;
  overflow: hidden;
}

.idxfield-item:first-child, .idxproduct-item:first-child {
  height: 100%;
}

.idxfield-item.cur, .idxproduct-item.cur {
  height: 100%;
}

.ljgmList {
  width: 150px;
  padding-left: 10px;
  padding-right: 10px;
}

.ljgmList a {
  width: auto;
  text-align: left;
  background-position: left center;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  border-radius: 0;
  padding-right: 0px;
  padding-left: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: solid 1px #ddd;
}

.ljgmList a:last-child {
  border: 0;
}

.hsubnav {
  padding-right: 0;
  padding-left: 15px;
}

.lv2nav .lv2 h3 a {
  line-height: 40px;
}

.lv3nav {
  padding-left: 15px;
  display: none;
}

.lv3nav h5 a {
  line-height: 40px;
}

.lv4nav {
  padding-left: 15px;
  display: none;
}

.lv2nav .icon {
  position: absolute;
  width: 30%;
  right: 0;
  top: 0;
  height: 100%;
}

.lv2nav .icon::after {
  content: '';
  position: absolute;
  border: 2px solid #666;
  border-left: none;
  border-bottom: none;
  width: 10px;
  height: 10px;
  right: 5px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 50%;
  margin-top: -9px;
}

.lv2nav .lv2.cur h3 .icon::after,
.lv3nav dd.cur h5 .icon::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
}

.lv2nav h3, .lv2nav h5 {
  position: relative;
}

.footr-txt {
  text-align: left;
  margin-top: 15px;
  color: #a1a1a1;
}
.footr-txt h4 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 8px;
}
.ins-part-toggle li video {
  max-width: 100%;
}
@media (min-width: 1024px) {
  .head-shop > a {
    border-radius: 1000px;
    min-width: 50px;
    line-height: 34px;
    height: 34px;
  }

  .hsubnav {
    width: 170px;
    transform: none;
    left: -8px;
    padding: 0;
    /*display: block !important;*/
  }

  .hsubnav .lv2nav a {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lv2nav .icon::after {
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 10px;
  }
  .lv2nav .lv2:hover .lv3nav,
  .lv3nav dd:hover .lv4nav{
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;

  }
  .lv2nav .lv2:hover h3 a,.lv3nav dd:hover h5 a{
    color: #009cb6;
  }
  .lv3nav,.lv4nav {
    display: block !important;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    width: 170px;
    transform: translateX(10px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .ftsub {
    display: block !important;
  }
  .footr-txt {
    text-align: right;
    max-width: 300px;
  }
}

@media (min-width: 1260px) {
  .hsubnav {
    width: 184px;
    left: -4px;
  }
}

@media (min-width: 1460px) {
  .head-shop {
    margin-right: 30px;
  }

  .header-left {
    padding-right: 215px;
  }

  .head-shop > a {
    line-height: 38px;
    height: 38px;
    min-width: 70px;
  }

}

@media (min-width: 1660px) {
  .header-left {
    padding-right: 250px;
  }
}

/*20201225 e*/

/*20201230 s*/
.head-shop-list {
  width: 156px;
}
.head-shop-list a {
  background-size: 18px 18px;
  padding-right: 5px;
  background-position-x: 5px;
  padding-left: 30px;
}
.idxnews-swiper ul li .figure:after {
  padding-bottom: 55.26315%;
}
.ins-part-desc .handbtn .zx {
  margin: 0 5px;
}
.ljgmList {
  min-width: 100px;
  width: auto;
  padding: 0 10px;
}
.ljgmList a {
  background: none !important;
  padding-left: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.ljgmList a img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.insdevelop-year-wrapper {
  height: 100%;
}
.inside-banner .insbanbtns {
  position: absolute;
  display: none !important;
}

@media (min-width: 1024px) {
  .lv3nav dd {
    position: relative;
  }
  .lv2nav .lv2 h3 a {
    line-height: 30px;
  }
  .lv3nav a {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lv3nav, .lv4nav {
    padding-left: 0;
  }
  .hsubnav .lv2nav a {
    line-height: 30px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .hsubnav .icon {
    pointer-events: none;
  }
  .lv2nav .icon::after {
    right: 9px;
    width: 7px;
    height: 7px;
    margin-top: 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  .idxfield-swiper {
    position: relative;
    z-index: 2;
  }
  .idxfield-swiper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: #fff;
    z-index: -1;
  }
}
@media (min-width: 1260px) {
  .head-shop > a {
    min-width: 80px;
    width: auto;
  }
  .hsubnav {
    left: 0;
    white-space: nowrap;
    /*min-width: 184px;*/
    width: auto;
  }
  .lv3nav, .lv4nav {
    /*min-width: 170px;*/
    white-space: nowrap;
    width: auto;
  }
}
@media (min-width: 1460px) {
  .head-shop > a {
    min-width: 90px;
  }
  .head-shop-list {
    width: 170px;
  }
  .head-shop-list a {
    padding-left: 35px;
    background-position-x: 9px;
    height: 46px;
    line-height: 46px;
  }


  .footer-top {
    padding-bottom: 40px;
  }
  .footer-bottom {
    padding: 20px 0;
  }
  .footernav {
    padding-left: 100px;
  }
  .ftlvnav .lv1 {
    padding-right: 50px;
    min-width: 162px;
    text-align: left;
  }
  .ftlvnav .lv1 h4 a {
    font-size: 18px;
    opacity: .66;
    color: #fff;
    cursor: default;
  }
  .ftlvnav .lv1 h4 a:hover {
    opacity: .66;
    color: #fff;
  }
  .ftsub .lv2 a:hover {
    opacity: .66;
    color: #fff;
  }
  .ftsub {
    padding-top: 10px;
  }
  .ftsub .lv2 a {
    color: #fff;
    opacity: .3;
  }
  .footop-right {
    padding-top: 0;
  }
  .footr-txt {
    margin-bottom: 20px;
  }
  .footr-txt h4 {
    line-height: 30px;
    margin-bottom: 0;
    opacity: .66;
  }
  .footr-txt .txt {
    line-height: 30px;
    padding-top: 10px;
    opacity: .3;
    color: #fff;
  }
  .share-module .bdsharebuttonbox a {
    width: 32px;
    height: 32px;
    opacity: .66;
  }

  .footop-right {
    float: left;
    text-align: left;
  }
  .footr-txt {
    text-align: left;
  }
  .footer-share {
    position: absolute;
    top: 14px;
    right: 0;
  }
  .footr-txt .txt p {
    line-height: 24px;
    padding-bottom: 6px;
  }
}
/*20201230 e*/

/*20210105 s*/
@media (min-width: 1024px) {
  .index-banner-prev, .index-banner-next {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    cursor: pointer;
    opacity: 0.3;
    transition: all .3s;
    background: none;
  }
  .index-banner-prev::before, .index-banner-next::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 19px;
    width: 30px;
    height: 30px;
    border-left: solid 2px #fff;
    border-bottom: solid 2px #fff;
    transform: rotate(45deg);
  }
  .index-banner-prev {
    left: 5%;
  }
  .index-banner-next {
    right: 5%;
    transform: translateY(-50%) rotate(180deg);
  }
  .index-banner-prev:hover, .index-banner-next:hover {
    background: none;
    opacity: 1;
  }

  .sidebar {
    transition: all .3s;
    transform: translateX(100%);
  }
  .sidebar.active {
    transform: translateX(0);
  }
  .webleft {
    width: 70%;
  }
  .webright {
    width: 25%;
  }

  .idxnews-swiper-prev, .idxnews-swiper-next {
    display: none !important;
  }

}
@media (min-width: 1260px) {
  .idxadvant-swiper ul li .text,
  .idxnews-swiper ul li .text{
    font-weight: normal;
  }
}
/*20210105 e*/

/*20210108 s*/
@media (min-width: 1024px) {
  .index-banner-prev {
    left: 2%;
  }
  .index-banner-next {
    right: 2%;
  }
}
/*20210108 e*/

/*20210111 s*/
@media (min-width: 1024px) {
  .index-lang {
    display: inline-block;
    vertical-align: middle;
  }
  .header-left {
    padding-right: 180px;
  }
  .lang-icon {
    background-image: url('../images/index-lang2.png');
    color: #fff;
  }
  header.scroll .lang-icon,
  .inside-header header .lang-icon{
    background-image: url('../images/index-lang.png');
    color: #333;
  }
}

@media (min-width: 1260px) {
  .header-left {
    padding-right: 210px;
  }
  .index-lang {
    margin-right: 20px;
  }
}

@media (min-width: 1460px) {
  .header-left {
    padding-right: 300px;
  }
}
/*20210111 e*/

/*20210114 s*/
video::-internal-media-controls-download-button {
  display:none !important;
}
video::-internal-media-controls-overflow-menu-list-item {
  display:none !important;
}
video::-webkit-media-controls-enclosure {
  overflow:hidden;
}
video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}
/*20210114 e*/